CN105488431B - Block chain system authority management method and device - Google Patents

Block chain system authority management method and device Download PDF

Info

Publication number
CN105488431B
CN105488431B CN201510860229.7A CN201510860229A CN105488431B CN 105488431 B CN105488431 B CN 105488431B CN 201510860229 A CN201510860229 A CN 201510860229A CN 105488431 B CN105488431 B CN 105488431B
Authority
CN
China
Prior art keywords
user
authority
block chain
role
tree
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510860229.7A
Other languages
Chinese (zh)
Other versions
CN105488431A (en
Inventor
蒋海
王璟
翟海滨
赵正涌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bubi (Beijing) Network Technology Co., Ltd.
Original Assignee
Meng Meng (shanghai) Technology Co Ltd
Bubi (beijing) Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Meng Meng (shanghai) Technology Co Ltd, Bubi (beijing) Network Technology Co Ltd filed Critical Meng Meng (shanghai) Technology Co Ltd
Priority to CN201510860229.7A priority Critical patent/CN105488431B/en
Publication of CN105488431A publication Critical patent/CN105488431A/en
Application granted granted Critical
Publication of CN105488431B publication Critical patent/CN105488431B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6227Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Storage Device Security (AREA)

Abstract

The invention discloses a block chain system authority management method and a block chain system authority management device, which can generate an authority tree taking a user as a root node according to user registration information after the user successfully logs in a system, wherein the authority tree takes user roles, authorities and a block chain as sub-nodes of each layer; when the user operates the block chain, the control module is informed to traverse the authority tree corresponding to the user, whether the user has legal authority to perform the operation on the block chain is judged according to the traversal result of the control module, if yes, the operation is allowed, and if not, the operation is forbidden. The permission tree is adopted to carry out flexible permission control on the permission management, and because the permission tree has the characteristics of few layers and quick updating, the permission resource consumption can be reduced, and the permission management efficiency is ensured.

Description

Block chain system authority management method and device
Technical Field
The present invention relates to the field of blockchain technologies, and in particular, to a system and a method for blockchain management.
Background
Since the introduction of the bitcoin system in 2009, decentralized cryptocurrencies represented by bitcoins and their derived competitive coins have received much attention. The currency system is characterized in that a distributed shared general ledger is constructed based on a block chain, so that the safety, reliability and decentralization characteristics of system operation are guaranteed.
The blockchain refers to a technical scheme for collectively maintaining a reliable database in a decentralized and distrust-free mode. The technical scheme mainly enables any plurality of nodes participating in the system to generate data blocks through a string of data blocks which are associated by using a cryptography method, wherein each data block contains all information exchange data of the system within a certain time, and data fingerprints are generated for verifying the validity of the information and linking the next database block.
the rights management is the core content of the blockchain system, and because the blockchain system has huge number of users and numerous blocks, the traditional rights management technology has the problems of large resource consumption and low rights control efficiency.
Traditional rights management techniques can be divided into three categories: access list control, mandatory access control, and role-based access control. The access list control method performs authority management through a list, a simple access list is an array formed by users and resources, and the authority management efficiency is low when the data volume is huge. In the mandatory access control method, once the system is established, the access control of user behavior is enforced, and the user cannot change the security level or the security attribute of the object. The role-based access control is a strategy for resource access based on user responsibility attributes, and the core of the role-based access control is to clarify the user properties and flexibly authorize the resource access authority, however, the role-based access control still has the following disadvantages: firstly, the workload of role distribution and authority grant is still large in the authorization process; the second is the lack of a flexible dynamic authorization mechanism.
therefore, it is an urgent need in the industry to provide an efficient rights management method applicable to a blockchain system.
disclosure of Invention
The invention aims to provide a block chain-oriented high-efficiency authority management method and system.
According to an aspect of the present invention, there is provided a method for managing block chain system permissions, including: after a user successfully logs in the system, the system generates an authority tree taking the user as a root node according to user registration information, wherein the authority tree takes user roles, authorities and block chains as sub-nodes of each layer; when the user operates the block chain, the system traverses the authority tree corresponding to the user, judges whether the user has legal authority to perform the operation on the block chain, if so, the operation is allowed, and if not, the operation is forbidden.
Wherein, the following steps are carried out before generating the authority tree: after collecting user information, user role information, user authority information and blockchain information, the blockchain system establishes the following sets: a user set, a user role set, a user permission set and a block chain set.
Specifically, the method further comprises: the system establishes a corresponding authority tree according to the user set, the role set, the authority set and the block chain set: the system establishes a permission tree by taking each user as a root; establishing a second layer of child nodes according to the user roles; establishing a third-layer child node according to the corresponding authority established by the user and each role; and establishing leaf nodes according to the data resources in the data source set.
Alternatively, user roles and permissions may be combined arbitrarily at configuration time.
Preferably, the user role and privilege combination may be mapped to a specified blockchain.
alternatively, the user roles may be configured as an administrator role and a general user.
Alternatively, the permissions may be configured to be modified, created, read, and/or deleted.
Alternatively, the blockchain may be other types of data resources.
According to another aspect of the present invention, the present invention further provides a device for managing block chain system rights, including: the control module is used for generating an authority tree which takes the user as a root node according to the user registration information after the system is successfully logged in by the user, and the authority tree takes the user role, the authority and the block chain as each layer of child nodes; and the judging module is used for informing the control module to traverse the authority tree corresponding to the user when the user operates the block chain, judging whether the user has legal authority to perform the operation on the block chain according to the traversal result of the control module, if so, allowing the operation, and if not, forbidding the operation.
The resource collection module is used for collecting user information, user role information, user authority information and a block chain, and establishing the following set: a user set, a user role set, a user permission set and a block chain set.
Specifically, the process of the control module establishing the corresponding authority tree includes: establishing a right tree by taking each user as a root; establishing a second layer of child nodes according to the user roles; establishing a third-layer child node according to the corresponding authority of the user and each role; leaf nodes are established according to the blockchains in the blockchain set.
Optionally, the control module providing the configuration mode comprises: the user roles and the permissions can be combined at will; alternatively, user role and permission combinations may be mapped to a specified blockchain.
Optionally, the role and authority configuration includes: the user role is configured to be an administrator role and a common user role; the permissions are configured to be modified, new, read, and/or deleted.
The invention has the beneficial effects that: the authority management method and the authority management device adopt an authority management system with separated users, user roles, user authorities and block chain objects, carry out flexible authority control by establishing the authority tree, and can reduce the consumption of authority resources and guarantee the efficiency of authority management due to the fact that the authority tree has the characteristics of few layers and quick updating.
Drawings
FIG. 1 is a simplified flowchart of a method for managing block chain system permissions according to the present invention.
FIG. 2 is a diagram of a rights tree of the block chain system rights management method according to the present invention.
FIG. 3 is a flowchart illustrating a block chain system privilege management method according to the present invention.
Fig. 4 is a schematic diagram of the structure of the rights management unit according to the present invention.
Detailed Description
reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
The invention provides a rights management method, which is shown in figure 1 and comprises the following steps:
s10, after the system successfully logs in the system, the system generates an authority tree taking the user as a root node according to the user registration information, and the authority tree takes the user role, the authority and the data resource as each layer of child nodes;
And S20, when the user operates the data resource, the system traverses the authority tree corresponding to the user, judges whether the user has legal authority to perform the operation on the data resource, if so, the operation is allowed, and if not, the operation is forbidden.
The information resource may be a data set storing data, such as a blockchain resource, and the operation performed by the user may be various, and may be set by the user according to the actual requirement, and may generally be an operation of reading, modifying, creating, deleting, and the like, performed on the data resource.
Further, in step S10, first, in order to establish the authority tree, the system needs to collect the user information, the user role information, the user authority information and the blockchain resource, and establish a database including the user set, the user role set, the authority set and the blockchain set. Then, the system establishes a corresponding authority tree according to the user set, the role set, the authority set and the block chain resource set. For each user in the user set, as shown in fig. 2, each user is used as a root to establish a permission tree, for example, the permission trees are respectively established by a user 1, a user 2 and a user 3, and the permission trees established by each user are distinguished by different lines; establishing a second-layer child node of the authority tree according to the user role set, wherein the same user can have a plurality of roles, for example, the user 1 can be an administrator role or a common user role, and after logging in, the user can freely select which role identity is used for resource access; taking the corresponding authority of the user and each role as a third-layer child node of the authority tree; and taking the blockchain resources in the blockchain resource set as leaf nodes of the authority tree. Thus, the authority tree corresponding to each user is established by taking each user as a root- > user role as a second-layer child node- > authority corresponding to the user role as a third-layer child node- > block chain resource as a leaf node.
Further, the user roles may be of various types, see fig. 2, and may be administrator roles and ordinary user roles; similarly, the authority may have various types of operations, such as creating, modifying, reading, deleting, etc. as shown in the authority tree of fig. 2; different user roles correspond to different authorities, and the roles and the authorities can be combined at will. And mapping the combination of the role and the authority to a certain data resource, and reflecting the specific operation authority of the data resource. The roles, the permissions and the mapping objects can be combined arbitrarily. The system can judge the validity of the user access according to the role and the authority combination mapped by each data resource.
furthermore, the authority tree can be dynamically updated, the number of the sub-node layers of the authority tree can be increased without limit, and user roles, user authority information and data resource information can be increased, modified or deleted at any time, so that the method can be suitable for flexible and changeable use scenes.
The implementation of the present invention is described in further detail below with reference to fig. 3 in conjunction with fig. 2.
Step S301, a user logs in the system for the first time, necessary registration information needs to be filled in, and after the registration is successful, basic information including user ID, passwords and the like is input to log in the system.
Step S302, the system judges the user login information, and if the user login information passes the authentication, the step S303 is carried out; otherwise go to step S307.
Step S303, the system generates a corresponding authority tree according to the registration information of the user, wherein the authority tree takes the user as a root and takes the role, authority and block chain resources as sub nodes of each layer;
Step 304, the user performs a certain operation on a certain block chain resource, and the system traverses and retrieves the authority tree corresponding to the user, for example, performs the authority tree traversal and retrieval by using a depth-first retrieval method or a breadth-first retrieval method.
Step 305, find an authority sub-tree which takes the target block chain resource as a leaf node and contains the role corresponding to the user, query the authority information corresponding to the user in the authority sub-tree, that is, search whether the corresponding authority includes the authority to be operated by the user according to the resource of the target block chain of the leaf node of the authority sub-tree, if yes, execute step 306, if no, execute step 307.
step 306, allow this operation to occur.
Step 307, this operation is prohibited.
The operation herein can be specifically set according to specific situations, for example, the operation can be modification, new creation, reading and/or deletion.
Based on the same principle, the invention provides an authority control device capable of flexibly modifying configuration and dynamically expanding authority hierarchy, please refer to fig. 4, the authority control device logically comprises a control module and a judgment module, the control module is used for generating an authority tree taking a user as a root node according to user registration information after the user successfully logs in the system, and the authority tree takes user roles, authorities and data resources (such as block chains) as subnodes of each layer; the judging module is used for informing the control module to traverse the authority tree corresponding to the user when the user operates the data resource, judging whether the user has legal authority to perform the operation on the data resource according to the traversal result of the control module, if so, allowing the operation, and if not, forbidding the operation.
In an embodiment provided by the present invention, the permission control device further includes a resource collection module, configured to collect user information, user role information, user permission information, and data resources, and establish a user set, a role set, a permission set, and a block chain set.
In an embodiment of the present invention, the specific process of the control module establishing the corresponding authority tree includes: establishing a right tree by taking each user as a root; establishing a second layer of child nodes according to the user roles; establishing a third-layer child node according to the corresponding authority established by the user and each role; leaf nodes are established according to the blockchains in the blockchain set.
In the process of establishing the authority tree, the control module provides flexible configuration parameters and modes, including but not limited to that user roles and authorities can be combined randomly; user roles and permission combinations may be mapped to specified data resources. The user role is configured to be an administrator role and a common user; the permissions are configured to be modified, new, read, and/or deleted.
in summary, the method and the device for rights management provided by the invention adopt a rights management system with separated users, user roles, user rights and block chain objects, and perform flexible rights control by establishing a rights tree, have the characteristics of few layers and quick updating, can reduce rights resource consumption, and give consideration to the efficiency of rights management.
in the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (5)

1. A method for managing block chain system rights, comprising:
After a user successfully logs in a block chain system, generating an authority tree taking the user as a root node according to user registration information, wherein the authority tree takes user roles, authorities and block chains as sub nodes of each layer; after the block chain system collects the user information, the user role information, the user authority information and the block chain information, the following set is established: the system comprises a user set, a user role set, a user permission set and a block chain set; the block chain system generates a corresponding authority tree according to the user set, the user role set, the user authority set and the block chain set; the block chain system establishes an authority tree by taking each user as a root; establishing a second layer of child nodes according to each user role; establishing a third-layer child node according to each user and the corresponding user authority of each user role; establishing leaf nodes according to the block chains in the block chain set;
the block chain system takes user information, user role information, user authority information and block chain resources as resources to be uniformly managed, maps the combination of the user role and the user authority to a specified block chain, and judges the legality of user access according to the role and authority combination mapped by each data resource; and
When the user operates the target block chain, the system traverses the authority tree corresponding to the user, judges whether the user has legal authority to perform the operation on the target block chain, if so, the operation is allowed, and if not, the operation is forbidden; when the user needs to operate the target block chain, the system searches the authority tree corresponding to the user in a traversing manner, and the authority tree is searched and traversed by adopting a depth-first search method or an breadth-first search method; and finding an authority subtree which takes the target block chain as a leaf node and contains the role corresponding to the user, inquiring the corresponding authority information of the user in the authority subtree, searching whether the corresponding authority comprises the authority to be operated by the user according to the resource of the target block chain of the leaf node of the authority subtree, if so, allowing the operation, and otherwise, forbidding the operation.
2. The method of claim 1, wherein:
the roles are configured as an administrator role and a common user role; and
The permissions are configured to be modified, created, read, and/or deleted.
3. a device for managing block chain system authority used in the method of claim 1 or 2, comprising a control module and a judgment module, wherein:
The control module is used for generating an authority tree which takes the user as a root node according to user registration information after the user successfully logs in the system, and the authority tree takes user roles, authorities and block chains as sub-nodes of each layer; and
The judging module is used for informing the control module to traverse the authority tree corresponding to the user when the user operates the target block chain, judging whether the user has a legal authority to perform the operation on the target block chain according to the traversal result of the control module, if so, allowing the operation, and if not, forbidding the operation;
Wherein the right control device further comprises: the resource collection module is used for collecting user information, user role information, user authority information and block chain information, and establishing the following set: the system comprises a user set, a user role set, a user permission set and a block chain set;
The step of the control module establishing the corresponding authority tree comprises the following steps:
establishing a right tree by taking each user as a root;
Establishing a second layer of child nodes according to each user role;
Establishing a third-layer child node according to each user and the corresponding authority of each user role; and establishing leaf nodes according to the block chains in the block chain set.
4. the blockchain system privilege management device of claim 3, wherein the control module providing configuration modes comprises:
The combination of user roles and user permissions maps to a specified blockchain.
5. The blockchain system rights management apparatus of claim 3, wherein the user roles and the user rights configurations include:
The user roles are configured to be an administrator role and a common user role; and
The user permissions are configured to be modified, created, read, and/or deleted.
CN201510860229.7A 2015-11-30 2015-11-30 Block chain system authority management method and device Active CN105488431B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510860229.7A CN105488431B (en) 2015-11-30 2015-11-30 Block chain system authority management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510860229.7A CN105488431B (en) 2015-11-30 2015-11-30 Block chain system authority management method and device

Publications (2)

Publication Number Publication Date
CN105488431A CN105488431A (en) 2016-04-13
CN105488431B true CN105488431B (en) 2019-12-13

Family

ID=55675403

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510860229.7A Active CN105488431B (en) 2015-11-30 2015-11-30 Block chain system authority management method and device

Country Status (1)

Country Link
CN (1) CN105488431B (en)

Families Citing this family (51)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106130728B (en) * 2016-04-29 2019-07-26 北京太一云科技有限公司 A kind of digital asset register method and its server based on block chain
US20190139047A1 (en) * 2016-05-09 2019-05-09 Nokia Technologies Oy Block chain based resource management
CN106130976A (en) * 2016-06-28 2016-11-16 惠众商务顾问(北京)有限公司 Based on local node stochastic instruction distributed authentication method, system and device
CN105959307A (en) * 2016-06-30 2016-09-21 中国科学院计算技术研究所 Existence certification and authentication service method and system based on block chain technology
CN107784568A (en) * 2016-08-24 2018-03-09 深圳市图灵奇点智能科技有限公司 A kind of billing-settlement system based on distributed account book
CN106357612B (en) * 2016-08-25 2019-07-16 江苏通付盾科技有限公司 Authentication record checking method and device based on publicly-owned block chain
CN111083220B (en) * 2016-08-29 2022-08-12 中国银联股份有限公司 Method for providing financial service application
CN106339639A (en) * 2016-08-30 2017-01-18 弗洛格(武汉)信息科技有限公司 Credit score management method and system based on block chain
AU2017320341B2 (en) * 2016-08-30 2022-04-28 Commonwealth Scientific And Industrial Research Organisation Dynamic access control on blockchain
EP3516545A1 (en) * 2016-09-21 2019-07-31 R-Stor Inc. Systems and methods for using a distributed ledger for data handling
CN106549933B (en) * 2016-09-22 2020-11-03 中金云金融(北京)大数据科技股份有限公司 Data transmission system and method of block chain
US10749684B2 (en) * 2016-09-30 2020-08-18 Entrust, Inc. Methods and apparatus for providing blockchain participant identity binding
CN106484836A (en) * 2016-09-30 2017-03-08 深圳市华傲数据技术有限公司 Data processing method based on block chain technology and system
CN106504091B (en) * 2016-10-27 2018-06-29 深圳壹账通智能科技有限公司 The method and device merchandised on block chain
TWI644270B (en) * 2016-11-08 2018-12-11 富邦金融控股股份有限公司 Account network system with a regulatory mechanism and its implementing method
CN106453435B (en) * 2016-12-21 2020-04-03 中国人民解放军31401部队150分队 Data sharing authorization method based on block chain
CN106796688B (en) * 2016-12-26 2020-12-18 深圳前海达闼云端智能科技有限公司 Permission control method, device and system of block chain and node equipment
CN106650500B (en) * 2016-12-28 2020-04-14 广州杰赛科技股份有限公司 User permission modification method and system
CN106897351B (en) * 2016-12-29 2020-11-10 北京瑞卓喜投科技发展有限公司 Generation method and system of directed acyclic graph block chain
WO2018120121A1 (en) 2016-12-30 2018-07-05 深圳前海达闼云端智能科技有限公司 Block chain permission control method, device, and node apparatus
EP3355225B1 (en) * 2017-01-31 2022-07-27 Sony Group Corporation Apparatus and method for providing a ethereum virtual device
US10515233B2 (en) * 2017-03-19 2019-12-24 International Business Machines Corporation Automatic generating analytics from blockchain data
CN106897150B (en) * 2017-03-29 2020-04-10 杭州溪塔科技有限公司 Resource quota management method based on permission chain
CN107103252A (en) * 2017-04-27 2017-08-29 电子科技大学 Data access control method based on block chain
CN107291862A (en) 2017-06-12 2017-10-24 腾讯科技(深圳)有限公司 Business datum storage method, device, storage medium and electronic equipment
CN107277016B (en) * 2017-06-22 2020-05-29 郑州云海信息技术有限公司 Authority verification method and device
CN107480555B (en) * 2017-08-01 2020-03-13 中国联合网络通信集团有限公司 Database access authority control method and device based on block chain
CN108012582B (en) * 2017-08-18 2019-08-23 达闼科技成都有限公司 block chain system and authority management method thereof
CN107506931A (en) * 2017-08-28 2017-12-22 北京金股链科技有限公司 Ownership Incentive method, apparatus and electronic equipment
CN107862215B (en) * 2017-09-29 2020-10-16 创新先进技术有限公司 Data storage method, data query method and device
CN110019009A (en) * 2017-11-10 2019-07-16 中兴通讯股份有限公司 Electronics license sharing method, server and readable storage medium storing program for executing
CN107911373B (en) * 2017-11-24 2019-09-06 中钞信用卡产业发展有限公司杭州区块链技术研究院 A kind of block chain right management method and system
CN108416226B (en) * 2018-02-26 2020-07-14 深圳智乾区块链科技有限公司 Authority management method and device of block chain and computer readable storage medium
CN108289129B (en) * 2018-02-26 2020-10-23 深圳智乾区块链科技有限公司 Block chain ecological environment creating method and system and computer readable storage medium
CN110990407B (en) * 2018-04-27 2020-11-10 腾讯科技(深圳)有限公司 Block chain based data storage method and device, server and storage medium
CN108632268B (en) * 2018-04-28 2021-04-09 腾讯科技(深圳)有限公司 Authentication method and device for block chain access, storage medium and electronic device
CN108712423A (en) * 2018-05-18 2018-10-26 北京三六五八网络科技有限公司 Right management method and device
CN109325370A (en) * 2018-08-09 2019-02-12 上海常仁信息科技有限公司 A kind of block chain access robot node device
CN109242422B (en) * 2018-08-23 2022-03-25 四川赢才多多科技有限公司 Talent data sharing method based on block chain
CN109347799B (en) * 2018-09-13 2019-10-15 深圳市图灵奇点智能科技有限公司 A kind of identity information management method and system based on block chain technology
CN109871712B (en) * 2019-01-24 2022-10-14 平安科技(深圳)有限公司 Medical record authority management method and device, readable storage medium and server
CN110598394B (en) * 2019-03-28 2021-12-21 腾讯科技(深圳)有限公司 Authority verification method and device and storage medium
CN110290111B (en) * 2019-05-29 2022-11-04 达闼机器人股份有限公司 Operation authority management method and device, block chain node and storage medium
CN110414268B (en) * 2019-07-23 2022-05-10 北京启迪区块链科技发展有限公司 Access control method, device, equipment and storage medium
CN110929236A (en) * 2019-11-13 2020-03-27 通号城市轨道交通技术有限公司 User authority management method and device in automatic train monitoring system
CN111259350A (en) * 2020-01-10 2020-06-09 中国银联股份有限公司 Access control method, device and computer readable storage medium
CN111311258B (en) * 2020-01-20 2023-07-21 布比(北京)网络技术有限公司 Block chain-based trusted transaction method, device, system, equipment and medium
CN111814176A (en) * 2020-05-29 2020-10-23 上海申铁信息工程有限公司 Block chain-based data access authority control method and device
CN111737323B (en) * 2020-08-14 2021-03-16 支付宝(杭州)信息技术有限公司 Information query method and device based on block chain and electronic equipment
CN112597544A (en) * 2020-12-24 2021-04-02 北京工业大学 Block chain-based industrial internet data security management system and method
CN116401640B (en) * 2023-06-07 2023-09-22 国网福建省电力有限公司 Block chain-based network alignment system and method for inconsistent power data

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8271527B2 (en) * 2004-08-26 2012-09-18 Illinois Institute Of Technology Refined permission constraints using internal and external data extraction in a role-based access control system
CN100458813C (en) * 2006-06-02 2009-02-04 石杰 Method for role-based access control model with precise access control strategy
US8806578B2 (en) * 2010-05-05 2014-08-12 Microsoft Corporation Data driven role based security
CN103701801B (en) * 2013-12-26 2015-07-15 四川九洲电器集团有限责任公司 Resource access control method

Also Published As

Publication number Publication date
CN105488431A (en) 2016-04-13

Similar Documents

Publication Publication Date Title
CN105488431B (en) Block chain system authority management method and device
US12050560B2 (en) Systems and methods for in-place records management and content lifecycle management
CN111935131B (en) SaaS resource access control method based on resource authority tree
CN103701801B (en) Resource access control method
US9135455B2 (en) Distributed file systems
US8316417B2 (en) Method for dynamic secure management of an authenticated relational table in a database
JP2008547118A (en) Granting unified authority for heterogeneous applications
JP2006244485A (en) Discoverability and enumeration mechanisms in a hierarchically secure storage system
US20130125217A1 (en) Authorization Control
CN104301301B (en) A kind of Data Migration encryption method based between cloud storage system
US11811839B2 (en) Managed distribution of data stream contents
KR20210041074A (en) Methods, devices, systems and storage media for configuring access control policies
CN111209586A (en) Document management system and method
CN117235810A (en) Log safe storage and efficient query method based on blockchain
CN111339193B (en) Category encoding method and device
CN112926084B (en) Access authority management method and system
US20050086213A1 (en) Server apparatus, information providing method and program product therefor
CN107770153B (en) General electric power information acquisition system based on collaborative safety protection model
CN112231733A (en) MAC protection enhancement system of object proxy feature database
Chen et al. Policy-based access control system for delta lake
CN107609136B (en) Access characteristic marking-based autonomous controllable database auditing method and system
CN113986545A (en) Method and device for associating user with role
Xu et al. A novel batch-based LKH tree balanced algorithm for group key management
CN114510465B (en) Data management method, device and computer readable storage medium
US11301492B1 (en) Network address range storage and retrieval

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20170117

Address after: 100083 Beijing city Haidian District Shuangqing Road No. 79 building, room A412

Applicant after: Bubbe (Beijing) Network Technology Co. Ltd.

Applicant after: Meng Meng (Shanghai) Technology Co., Ltd.

Address before: 100085 Beijing City, northeast of the village of Haidian District, South Building, room 7, floor 7590, room 1

Applicant before: Bubbe (Beijing) Network Technology Co. Ltd.

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20200306

Address after: 100190 906, floor 8, building 1, No. 66, Zhongguancun East Road, Haidian District, Beijing

Patentee after: Bubi (Beijing) Network Technology Co., Ltd.

Address before: 100083 Beijing city Haidian District Shuangqing Road No. 79 building, room A412

Co-patentee before: Meng Meng (Shanghai) Technology Co., Ltd.

Patentee before: Bubi (Beijing) Network Technology Co., Ltd.

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20160413

Assignee: Cedar golden Services Technology (Guangzhou) Co.,Ltd.

Assignor: BUBI (BEIJING) NETWORK TECHNOLOGY Co.,Ltd.

Contract record no.: X2021990000108

Denomination of invention: Method and device for authority management of blockchain system

Granted publication date: 20191213

License type: Common License

Record date: 20210218