WO2016197680A1 - 面向云存储服务平台的访问控制系统及其访问控制方法 - Google Patents
面向云存储服务平台的访问控制系统及其访问控制方法 Download PDFInfo
- Publication number
- WO2016197680A1 WO2016197680A1 PCT/CN2016/078599 CN2016078599W WO2016197680A1 WO 2016197680 A1 WO2016197680 A1 WO 2016197680A1 CN 2016078599 W CN2016078599 W CN 2016078599W WO 2016197680 A1 WO2016197680 A1 WO 2016197680A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- cloud storage
- attribute
- storage service
- access control
- data
- 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.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/10—Network architectures or network communication protocols for network security for controlling access to devices or network resources
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1097—Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
Definitions
- the invention belongs to the field of cloud storage service technologies, and in particular relates to an access control system and an access control method thereof for a cloud storage service platform, in particular, an Amazon S3 cloud storage service platform.
- the cloud storage service provider is the physical owner of the data, and is not in the same trust domain as the data owner.
- a cloud storage service provider manages multiple users and their resources. When users access other user resources across borders, they need to adopt certain access control policies to control access to data and services.
- the cloud storage service platform adopts the virtualized storage technology, the cloud storage service is loosely coupled with the underlying hardware environment, and the data of different users lacks a fixed security boundary, thereby increasing the cloud storage. The difficulty of the service platform to implement access control on data.
- the data owner can set the read/write attribute of the user data uploaded by it, for example, setting the read/write attribute to public read/private write or public read/public write, to a certain extent Data read and write permissions, but because user data is still stored in clear text on the cloud storage service platform, lack of effective privacy protection mechanism, can not effectively resist the access of illegal users and make user data leak.
- An object of the present invention is to provide an access control system for a cloud storage service platform, which aims to solve the problem that the existing cloud storage service platform stores user data in a clear text form with poor privacy and security.
- the embodiment of the present invention is implemented in this manner, and is an access control system for a cloud storage service platform.
- the system includes:
- the management terminal running by the authorization center is used to generate the system common parameters and upload to the cloud storage server, generate the user private key and secretly distribute it to the data owner and the shared user, and generate the first partial secret of the data to be uploaded by using the weight attribute encryption mechanism.
- a client running by the data owner and the shared user, generating a second partial ciphertext to be uploaded by using the weight attribute encryption mechanism, combining the first partial ciphertext, the second partial ciphertext, and the data to be uploaded Generating a final ciphertext and uploading the final ciphertext as shared data to the cloud storage service platform, and also for downloading public parameters and sharing data from the cloud storage service platform, and using the public parameters and corresponding users
- the private key decrypts the downloaded shared data.
- Another object of the present invention is to provide an access control method for an access control system for a cloud storage service platform as described above, the method comprising the following steps:
- the authorization center runs the management terminal, generates public parameters and a master private key, and uploads the public parameters to the cloud storage service platform.
- the data belongs to the main running client, requests authorization from the authorization center and sends data upload request information;
- the authorization center runs a management end, verifies the data owner identity and generates a corresponding user private key in combination with the primary private key, and generates a first partial secret to be uploaded based on the weight attribute encryption mechanism according to the data upload request information. And sending the corresponding user private key and the first partial ciphertext to the data owner;
- the data owner combines the first partial ciphertext, the second partial ciphertext to generate a final ciphertext, and uploads the final ciphertext as shared data to the cloud storage service platform;
- the shared user runs the client and requests authorization from the authorization center;
- the authorization center runs a management terminal, verifies the shared user identity, generates a corresponding user private key in combination with the primary private key, and sends a corresponding user private key to the shared user;
- the shared user runs a client, and downloads the public parameter and the location from the cloud storage service platform
- the shared data is described, and the downloaded shared data is decrypted using the public parameters and the corresponding user private key.
- the authorization center and the data owner are based on the weight attribute encryption mechanism, and the user data to be uploaded is encrypted and stored on the cloud storage service platform. Therefore, effective privacy protection can be implemented for the shared data on the cloud storage service platform, and the security of the cloud storage service is improved.
- the attributes of the user are combined with the weights, the hierarchical management of the user attributes is implemented, so that users of different levels of the same attribute have different access rights.
- the system adopts the ciphertext segmentation method, that is, the authorization center and the data owner respectively generate partial ciphertexts, control the user access rights through the authorization center ciphertext, and formulate the access control policy through the data owner ciphertext, when the user attributes
- the authorization center can update the ciphertext of its own part to realize the real-time revocation of the user's access rights.
- FIG. 1 is a structural diagram of an access control system for a cloud storage service platform provided by the present invention
- FIG. 2 is a flowchart of an access control method of an access control system for a cloud storage service platform provided by the present invention.
- the access control system and the access control method for the cloud storage service platform proposed by the present invention are based on a weight attribute encryption mechanism, and the user data to be uploaded is encrypted and stored on the cloud storage service platform. .
- FIG. 1 shows the structure of an access control system for a cloud storage service platform provided by the present invention, and only parts related to the present invention are shown for convenience of explanation.
- the access control system for the cloud storage service platform comprises: a management terminal 11 operated by an authorization center, configured to generate system public parameters and upload to the cloud storage server, generate a user private key and secretly distribute to the data owner and share The user generates the first partial ciphertext to be uploaded by using the weight attribute encryption mechanism; the client 12 run by the data owner and the shared user generates the second partial ciphertext to be uploaded by using the weight attribute encryption mechanism, in combination with the first Part of the ciphertext, the second part of the ciphertext and the data to be uploaded to generate the final ciphertext and upload the final ciphertext as shared data to the cloud storage service platform, and also used to download public parameters and share data from the cloud storage service platform, and use the public The parameter and the corresponding user private key decrypt the downloaded shared data.
- the data owner and the shared user are respectively the running main body of the client 12, and the authorization center is the running main body of the management terminal 11.
- the data owner refers to the provider of shared data on the cloud storage service platform
- the shared user refers to downloading the shared data from the cloud storage service platform
- the authorization center refers to the cloud storage service in addition to the data owner and the shared user.
- a trusted third party that interacts with the platform. It should be understood that the purpose of defining the data owner and the shared user is to distinguish that the function of the main body running the client 12 during the running of the system is to upload data or download data, so that the data owner in a certain running process of the system can It is another shared user in the running process. Similarly, the shared user in a certain running process of the system can be the data owner in another running process.
- the management terminal 11 can also be used to maintain basic information of the user, provide functions such as adding, deleting, and searching for the user, and can modify user information such as attributes and weights.
- the client 12 can also be used to guide the user to log in to the system based on the identity information provided by the user and the login information distributed by the authorization center.
- the management terminal 11 and the client terminal 12 can respectively implement the aws-java-sdk interface provided by Amazon to implement the relationship with the Amazon S3 cloud storage service platform. Communication.
- the working principle of the access control system for the cloud storage service platform of the present invention is: after the system is established, the authorization center runs the management terminal 11, generates public parameters and a master private key, and uploads the public parameters to the cloud storage service platform.
- the authorization center According to the attribute of the data owner, the weighting attribute encryption mechanism generates a first part of the ciphertext to be uploaded, and sends the first part of the ciphertext to the data owner.
- the data owner generates the second part of the ciphertext to be uploaded, and then combines the first part of the ciphertext and the second part of the ciphertext to generate the final ciphertext and uploads the final ciphertext as the shared data to the cloud storage service platform.
- the shared user reads the shared data uploaded by the first user from the cloud storage service platform, the shared user runs the client 12, and the second user logs in to the client 12 from the shared user according to the identity information and the login information.
- the shared user obtains the user private key, downloads the public parameter and the shared data from the cloud storage service platform, and decrypts the downloaded shared data by using the public parameter and the corresponding user private key, if the attribute of the shared user is not revoked by the authorization center.
- the shared user can successfully decrypt the shared data.
- the authorization center and the data owner are based on the weight attribute encryption mechanism, and the user data to be uploaded is encrypted and stored on the cloud storage service platform, thereby being able to store the cloud storage.
- the shared data on the service platform implements effective privacy protection and improves the security of the cloud storage service.
- the attributes of the user are combined with the weights, the hierarchical management of the user attributes is implemented, so that users of different levels of the same attribute have different access rights, and the attributes are used to describe the information elements of the user, such as students in the campus network.
- the teacher has attributes such as department, title, and teaching age, thus achieving more flexible and meticulous access control while ensuring safety.
- the system adopts the ciphertext segmentation method, that is, the authorization center and the data owner respectively generate partial ciphertexts, control the user access rights through the authorization center ciphertext, and formulate the access control policy through the data owner ciphertext, when the user attributes
- the authorization center can update the ciphertext of its own part to realize the real-time revocation of the user's access rights.
- FIG. 2 is a flowchart of an access control method of an access control system for a cloud storage service platform provided by the present invention, including the following steps:
- the authorization center runs the management terminal, generates public parameters and a master private key, and uploads the public parameters to the cloud storage service platform.
- step of generating the public parameter and the primary private key may specifically be:
- the attribute space U ⁇ U 1 ,...,U m ⁇ is defined.
- the minimum weight of each attribute in the attribute space U is 1.
- the maximum weight corresponding to each attribute is L 1 ,...,L m , and is selected at the same time. random number
- the calculation public parameter PK and the master private key MK are respectively:
- S2 The data belongs to the main running client, requests authorization from the authorization center and sends data upload request information.
- the authorization center runs the management end, verifies the data owner identity and generates the corresponding user private key in combination with the primary private key, and generates the first partial ciphertext to be uploaded based on the weight attribute encryption mechanism according to the data upload request information, and the corresponding user is The private key and the first part of the ciphertext are sent to the data owner.
- the step of generating a corresponding user private key in combination with the primary private key may specifically: input a primary private key MK, and define a weight attribute set. Defining a hash function Then choose a random number for each user Then select a random number for each weight attribute j ⁇ S And set the weight ⁇ ' j , and then generate the user private key SK as:
- the step of generating the first partial ciphertext of the data to be uploaded based on the weight attribute encryption mechanism may specifically be: constructing the first authorization tree And according to the public parameter PK and the first authorization tree Calculate the first part of the ciphertext.
- U represents the first authorization tree Set of leaf nodes
- L u denotes authority set attribute u of the maximum weight value
- q u (0) indicates that the property attribute value corresponding to u (Also the output value of the polynomial when the input is 0).
- S4 The data owner generates a second part of the ciphertext to be uploaded based on the weight attribute encryption mechanism.
- the step may specifically be: constructing a second authorization tree And according to the public parameter PK and the second authorization tree Calculate the second part of the ciphertext.
- Y represents the second authorization tree
- the set of middle leaf nodes the attribute y ⁇ Y, ⁇ y represents the minimum weight value of the data owner setting attribute y, L y represents the maximum weight value of the data owner setting attribute y, and q y (0) represents the attribute y corresponding to The attribute value, ⁇ l represents the current weight of the attribute y.
- S5 The data owner combines the first part of the ciphertext and the second part of the ciphertext to generate the final ciphertext and uploads the final ciphertext as shared data to the cloud storage service platform.
- the final ciphertext CT generated by combining the first partial ciphertext CT 1 and the second partial ciphertext CT 2 can be expressed as:
- S6 The shared user runs the client and requests authorization from the authorization center.
- the authorization center runs the management terminal, verifies the shared user identity and generates a corresponding user private key in combination with the primary private key, and sends the corresponding user private key to the shared user.
- the step of generating the corresponding user private key in combination with the primary private key is the same as the step of generating the key in step S3, and details are not described herein.
- S8 The shared user runs the client, downloads the public parameter and the shared data from the cloud storage service platform, and decrypts the downloaded shared data by using the corresponding user private key.
- step of decrypting the downloaded shared data by using the public parameter and the corresponding user private key may include the following steps:
- the first decoded information A 1 corresponding to the first partial ciphertext is obtained as follows:
- x is the input node
- i is the attribute value corresponding to node x
- i att(x)
- ⁇ i is the weight value of node x that the shared user has input
- ⁇ i ' is the node x that the authorization center has input. The minimum weight value.
- whether the weight attribute of the shared user satisfies the first authorization tree Means: a. If the input node x is a leaf node, if i ⁇ S and ⁇ i ⁇ ⁇ i ', then the weight attribute of the shared user is considered to satisfy the first authorization tree in case Or i ⁇ S and ⁇ i ⁇ i ', it is considered that the weight attribute of the shared user does not satisfy the first authorization tree b. If the input node x is a non-leaf node, and all the node sets under the node x are ⁇ z ⁇ , then when at least one group of nodes in the ⁇ z ⁇ meets the threshold condition, the weight attribute of the shared user is considered to satisfy the first authorization. Tree When each group of nodes in ⁇ z ⁇ does not satisfy the threshold condition, it is considered that the weight attribute of the shared user does not satisfy the first authorization tree. And if the shared user's weight attribute does not satisfy the first authorization tree Then returns null.
- the intermediate parameter K i and the intermediate parameter B i ' are calculated as:
- the second decoding information A 2 corresponding to the second partial ciphertext is obtained as follows:
- whether the weight attribute of the shared user satisfies the second authorization tree Means a. If the input node x is a leaf node, ⁇ i ” is the minimum weight value of the node x that the data owner owns the input, and if i ⁇ S, and ⁇ i ⁇ ⁇ i ”, the weight of the shared user is considered Attribute satisfies the second authorization tree in case Or i ⁇ S and ⁇ i ⁇ i ”, it is considered that the weight attribute of the shared user does not satisfy the second authorization tree b.
- the weight attribute of the shared user is considered to satisfy the second authorization. Tree And when each group of nodes in ⁇ z ⁇ does not satisfy the threshold condition, it is considered that the weight attribute of the shared user does not satisfy the second authorization tree. And if the weight attribute of the shared user does not satisfy the second authorization tree Then returns null.
- the method includes a key generation algorithm of the user.
- C e represents a bilinear pairing operation.
- C e represents a bilinear pairing operation.
- n represents the number of attributes in the system
- S' represents the attribute set that satisfies the access structure defined by the licensor.
- It is the encryption party that sets the attribute set related to the ciphertext.
- the licensor sets a set of attributes related to the ciphertext. Is the attribute set of user u, ⁇ i represents the maximum weight of attribute i in the system, Is the weight of the encryption attribute setting attribute i in the cipher text. Is the weight of the attribute i owned by the user u in the system.
- Weight mechanism The invention and the CP-WABE scheme introduce the concept of weight, realize the hierarchical processing of attributes, and can complete more detailed access control.
- the ciphertext length and the encryption and decryption time are related to the weight level, and the communication and computational consumption are increased compared with the BSW07 scheme in which the weight is not implemented.
- Revocation mechanism CP-WABE does not have the ability to revoke, and the BSW07 scheme can be revoked by time stamping.
- the invention adopts ciphertext segmentation to achieve revocation.
- the authorization center only needs to update some of its own ciphertext to realize real-time revocation of user rights.
- the present invention implements attribute grading processing, and also introduces a new revocable mechanism, at the same time, the computing performance is more prominent, and the computing power allocation is reasonable.
- the authorization center and the data owner are based on the weight attribute encryption mechanism, and the user data to be uploaded is encrypted and stored on the cloud storage service platform. Therefore, effective privacy protection can be implemented for the shared data on the cloud storage service platform, and the security of the cloud storage service is improved.
- the attributes of the user are combined with the weights, the hierarchical management of the user attributes is implemented, so that users of different levels of the same attribute have different access rights, and the attributes are used to describe the information elements of the user, such as students in the campus network.
- the teacher has attributes such as department, title, and teaching age, thus achieving more flexible and meticulous access control while ensuring safety.
- the system uses dense The text segmentation method, that is, the authorization center and the data owner respectively generate a partial ciphertext, control the user access authority through the authorization center ciphertext, and formulate an access control policy through the data owner ciphertext, and only need to authorize when the user's attribute changes.
- the center updates its own ciphertext to achieve real-time revocation of user access rights.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Storage Device Security (AREA)
Abstract
本发明属于云存储服务技术领域,提供了一种面向云存储服务平台的访问控制系统及其访问控制方法。该方法及系统中,授权中心和数据属主是基于权重属性加密机制,将需上传的用户数据加密后存储到云存储服务平台上的,因而可对云存储服务平台上的共享数据实现有效的隐私保护,提高了云存储服务的安全性。同时,由于将用户的属性与权重相结合,实现了用户属性的分级管理,使得相同属性不同级别的用户具有不同的访问权限。另外,由授权中心和数据属主分别产生部分密文,通过授权中心密文控制用户访问权限,通过数据属主密文制定访问控制策略,当用户的属性发生变化时,只需授权中心更新自己部分的密文,即可实现对用户访问权限的实时撤销。
Description
本发明属于云存储服务技术领域,尤其涉及一种面向云存储服务平台、特别是亚马逊S3云存储服务平台的访问控制系统及其访问控制方法。
在云存储服务平台中,由于采用数据远程托管技术,云存储服务提供商是数据的物理拥有者,与数据属主并不在同一个信任域中。云存储服务提供商管理着多个用户及其资源,当用户跨边界访问其它用户资源时,需要采用一定的访问控制策略来控制对数据和服务的访问。但实际中,由于云存储服务平台是采用虚拟化存储技术,云存储服务同底层硬件环境之间是松耦合的,不同用户的数据间缺乏固定不变的安全边界,由此增加了在云存储服务平台对数据实施访问控制的难度。
现有技术中,虽然数据属主可对其上传的用户数据的读/写属性进行设置,例如将读/写属性设置为公有读/私有写或公有读/公有写,以在一定程度上限制数据的读写权限,但由于用户数据仍旧是以明文形式存储在云存储服务平台上的,缺乏有效的隐私保护机制,不能有效抵御非法用户的访问而使得用户数据泄露。
发明内容
本发明实施例的目的在于提供一种面向云存储服务平台的访问控制系统,旨在解决现有的云存储服务平台是以明文形式存储用户数据,隐私性和安全性差的问题。
本发明实施例是这样实现的,一种面向云存储服务平台的访问控制系统,
所述系统包括:
由授权中心运行的管理端,用于生成系统公共参数并上传至云存储服务器,生成用户私钥并秘密分发至数据属主和共享用户,用基于权重属性加密机制产生需上传数据的第一部分密文;
由数据属主和共享用户运行的客户端,用基于权重属性加密机制产生需上传数据的第二部分密文,结合所述第一部分密文、所述第二部分密文和所述需上传数据生成最终密文并将所述最终密文作为共享数据上传至所述云存储服务平台,还用于从所述云存储服务平台下载公共参数和共享数据,并利用所述公共参数和对应的用户私钥对下载的所述共享数据进行解密。
本发明实施例的另一目的在于提供一种如上所述的面向云存储服务平台的访问控制系统的访问控制方法,所述方法包括以下步骤:
授权中心运行管理端,生成公共参数与主私钥,并将所述公共参数上传至云存储服务平台。
数据属主运行客户端,向所述授权中心请求授权并发出数据上传请求信息;
所述授权中心运行管理端,核实所述数据属主身份并结合所述主私钥生成对应的用户私钥,根据所述数据上传请求信息,基于权重属性加密机制产生需上传数据的第一部分密文,将对应的用户私钥和第一部分密文发送给所述数据属主;
所述数据属主基于权重属性加密机制产生所述需上传数据的第二部分密文;
所述数据属主结合所述第一部分密文、所述第二部分密文生成最终密文并将所述最终密文作为共享数据上传至所述云存储服务平台;
共享用户运行客户端,向所述授权中心请求授权;
所述授权中心运行管理端,核实所述共享用户身份并结合所述主私钥生成对应的用户私钥,将对应的用户私钥发送给所述共享用户;
所述共享用户运行客户端,从所述云存储服务平台下载所述公共参数和所
述共享数据,并利用所述公共参数和对应的用户私钥对下载的所述共享数据进行解密。
本发明实施例提供的面向云存储服务平台的访问控制系统及其访问控制方法中,授权中心和数据属主是基于权重属性加密机制,将需上传的用户数据加密后存储到云存储服务平台上的,因而可对云存储服务平台上的共享数据实现有效的隐私保护,提高了云存储服务的安全性。同时,由于将用户的属性与权重相结合,实现了用户属性的分级管理,使得相同属性不同级别的用户具有不同的访问权限。另外,该系统采用了密文分割方法,即由授权中心和数据属主分别产生部分密文,通过授权中心密文控制用户访问权限,通过数据属主密文制定访问控制策略,当用户的属性发生变化时,只需授权中心更新自己部分的密文,即可实现对用户访问权限的实时撤销。
图1是本发明提供的面向云存储服务平台的访问控制系统的结构图;
图2是本发明提供的面向云存储服务平台的访问控制系统的访问控制方法的流程图。
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
为了解决现有技术存在的问题,本发明提出的面向云存储服务平台的访问控制系统及其访问控制方法是基于权重属性加密机制,将需上传的用户数据加密后存储到云存储服务平台上的。
图1示出了本发明提供的面向云存储服务平台的访问控制系统的结构,为了便于说明,仅示出了与本发明相关的部分。
本发明提供的面向云存储服务平台的访问控制系统包括:由授权中心运行的管理端11,用于生成系统公共参数并上传至云存储服务器,生成用户私钥并秘密分发至数据属主和共享用户,用基于权重属性加密机制产生需上传数据的第一部分密文;由数据属主和共享用户运行的客户端12,用基于权重属性加密机制产生需上传数据的第二部分密文,结合第一部分密文、第二部分密文和需上传数据生成最终密文并将最终密文作为共享数据上传至云存储服务平台,还用于从云存储服务平台下载公共参数和共享数据,并利用公共参数和对应的用户私钥对下载的共享数据进行解密。
本发明中,数据属主、共享用户分别是客户端12的运行主体,授权中心是管理端11的运行主体。其中,数据属主是指云存储服务平台上共享数据的提供方,共享用户是指从云存储服务平台下载共享数据方,授权中心是指除数据属主和共享用户之外、与云存储服务平台交互的可信第三方。应当理解,定义数据属主与共享用户的目的是为了区别运行客户端12的主体在系统某次运行过程中的功能是上传数据或下载数据,因而在系统某次运行过程中的数据属主可以是另一次运行过程中的共享用户,同样地,在系统某次运行过程中的共享用户可以是另一次运行过程中的数据属主。
本发明中,管理端11还可用于对用户的基本信息进行维护,提供用户增加、删除、查找等功能,并可修改属性、权重等用户信息。客户端12还可用于根据用户提供的身份信息和授权中心分发的登录信息引导用户登录系统。
本发明中,当云存储服务平台是亚马逊S3云存储服务平台时,管理端11与客户端12可分别通过亚马逊官方提供的aws-java-sdk接口,实现与亚马逊S3云存储服务平台之间的通信。
本发明的面向云存储服务平台的访问控制系统的工作原理是:系统建立后,授权中心运行管理端11,生成公共参数与主私钥,并将公共参数上传至云存储服务平台。当第一用户需要上传共享数据时,数据属主运行客户端12,第一用户根据自身的身份信息和登录信息从数据属主登录客户端12。之后,授权中心
根据该数据属主的属性,基于权重属性加密机制产生需上传数据的第一部分密文,将第一部分密文发送给该数据属主。数据属主产生需上传数据的第二部分密文,之后结合第一部分密文、第二部分密文生成最终密文并将最终密文作为共享数据上传至云存储服务平台。当第二用户从云存储服务平台读取第一用户上传的共享数据时,共享用户运行客户端12,第二用户根据自身的身份信息和登录信息从共享用户登录客户端12。之后,共享用户获取用户私钥,从云存储服务平台下载公共参数和共享数据,并利用公共参数和对应的用户私钥对下载的共享数据进行解密,若共享用户的属性未被授权中心撤销并符合数据属主制定的访问控制策略,则该共享用户可成功解密该共享数据。
本发明提供的面向云存储服务平台的访问控制系统中,授权中心和数据属主是基于权重属性加密机制,将需上传的用户数据加密后存储到云存储服务平台上的,因而可对云存储服务平台上的共享数据实现有效的隐私保护,提高了云存储服务的安全性。同时,由于将用户的属性与权重相结合,实现了用户属性的分级管理,使得相同属性不同级别的用户具有不同的访问权限,该属性是用以描述用户的信息要素,例如校园网中的学生具有院系、学生类别、年级、专业等属性,教师具有院系、职称、教龄等属性,从而在保证安全性的同时还实现了更加灵活而细致的访问控制。另外,该系统采用了密文分割方法,即由授权中心和数据属主分别产生部分密文,通过授权中心密文控制用户访问权限,通过数据属主密文制定访问控制策略,当用户的属性发生变化时,只需授权中心更新自己部分的密文,即可实现对用户访问权限的实时撤销。
图2示出了本发明提供的面向云存储服务平台的访问控制系统的访问控制方法的流程,包括以下步骤:
S1:授权中心运行管理端,生成公共参数与主私钥,将公共参数上传至云存储服务平台。
进一步地,生成公共参数与主私钥的步骤(即系统初始化的步骤)具体可以为:
输入安全参数λ,构造阶为素数p、生成元为g的双线性群定义双线性映射定义属性空间U={U1,…,Um},属性空间U中每个属性的最小权重为1、与每个属性分别一一对应的最大权重为L1,…,Lm,同时选取随机数计算公共参数PK和主私钥MK分别为:
PK={G0,g,h=gβ,e(g,g)α}
MK={gα,β}
S2:数据属主运行客户端,向授权中心请求授权并发出数据上传请求信息。
S3:授权中心运行管理端,核实数据属主身份并结合主私钥生成对应的用户私钥,根据数据上传请求信息,基于权重属性加密机制产生需上传数据的第一部分密文,将对应的用户私钥和第一部分密文发送给数据属主。
进一步地,结合主私钥生成对应的用户私钥的步骤(即密钥生成的步骤)具体可以为:输入主私钥MK,定义一权重属性集定义哈希函数之后为每一用户选择随机数之后为每一权重属性j∈S选择随机数并设置权重ω'j,之后生成用户私钥SK为:
其中,记第一授权结构树的节点x的门限值为kx,为每一节点选择多项式qx,多项式的度dx=kx-1,若节点x是叶子节点,则有dx=0。则第一授权结构树的构造方法为:从根节点R开始,随机选择设定qR(0)=s1,随机选择dR个子节点来完整定义多项式qR;对于其它节点x,设定qx(0)=qparent(index(x)),随机选择dx个子节点来完整定义多项式qx。则第一部分密文CT1可表示为:
其中,U表示第一授权结构树中叶子节点的集合,属性u∈U,ωu表示授权中心设置属性u的最小权重值,Lu表示授权中心设置属性u的最大权重值,qu(0)表示属性u所对应的属性值(也为当输入为0时多项式的输出值)。
S4:数据属主基于权重属性加密机制产生需上传数据的第二部分密文。
同样地,记第二授权结构树的树形结构中的节点x的门限值为kx,为每一节点选择多项式qx,多项式的度dx=kx-1,若节点x是叶子节点,则有dx=0。则第二授权结构树的构造方法为:从根节点R开始,随机选择设定qR(0)=s2,随机选择dR个子节点来完整定义多项式qR;对于其它节点x,设定qx(0)=qparent(index(x)),随机选择dx个子节点来完整定义多项式qx。则第二部分密文CT2可表示为:
S5:数据属主结合第一部分密文、第二部分密文生成最终密文并将最终密文作为共享数据上传至云存储服务平台。
若需上传数据(即:明文)为M、则结合第一部分密文CT1、第二部分密文CT2生成的最终密文CT可表示为:
S6:共享用户运行客户端,向授权中心请求授权。
S7:授权中心运行管理端,核实共享用户身份并结合主私钥生成对应的用户私钥,将对应的用户私钥发送给共享用户。其中,结合主私钥生成对应的用户私钥与步骤S3中密钥生成的步骤相同,不赘述。
S8:共享用户运行客户端,从云存储服务平台下载公共参数和共享数据,并利用对应的用户私钥对下载的共享数据进行解密。
进一步地,利用公共参数和对应的用户私钥对下载的共享数据进行解密的步骤可包括以下步骤:
之后得到第一部分密文对应的第一解码信息A1为:
其中,x是输入的节点,i是节点x所对应的属性值即i=att(x),ωi是共享用户拥有输入的节点x的权重值,ωi'是授权中心拥有输入的节点x的最小权重值。
本发明中,共享用户的权重属性是否满足第一授权结构树是指:a.若输
入的节点x是叶子节点,如果i∈S且ωi≥ωi',则认为共享用户的权重属性满足第一授权结构树如果或i∈S且ωi<ωi',则认为共享用户的权重属性不满足第一授权结构树b.若输入的节点x是非叶子节点,节点x下的所有节点集合为{z},则当{z}中有至少一组节点满足阈值条件时,则认为共享用户的权重属性满足第一授权结构树而当{z}中的每一组节点均不满足阈值条件时,则认为共享用户的权重属性不满足第一授权结构树而若共享用户的权重属性不满足第一授权结构树则返回null。
之后得到第二部分密文对应的第二解码信息A2为:
本发明中,共享用户的权重属性是否满足第二授权结构树是指:a.若输入的节点x是叶子节点,ωi”是数据属主拥有输入的节点x的最小权重值,如果i∈S,且ωi≥ωi”,则认为共享用户的权重属性满足第二授权结构树如果或i∈S且ωi<ωi”,则认为共享用户的权重属性不满足第二授权结构树b.若输入的节点x是非叶子节点,节点x下的所有节点集合为{z},则当{z}中有至少一组节点满足阈值条件时,则认为共享用户的权重属性满足第二授权结构树而当{z}中的每一组节点均不满足阈值条件时,则认为共享用户的权重属性不满足第二授权结构树而若共享用户的权重属性不满足第二授权结构树则返回null。
S84:结合第一解码信息和第二解码信息得到明文M,表示为:
以下对上述面向云存储服务平台的访问控制系统的访问控制方法的安全性进行分析:
1、在直接攻击下的安全性:
若攻击者的属性不满足访问结构树,同时它想对下载的共享数据解密,则必须能够计算出要建立这样的配对,敌手只能利用已知的信息,即包含α的部分私钥D=g(α+r)/β和包含s1和s2的密文和建立配对:要得到必须已知而敌手在不满足访问结构树和时无法获得正确的密钥,计算不出该值。因此,敌手不能解密。
2、抗共谋安全性:
该方法中包含了用户的密钥生成算法,解密时,系统先运行该算法为用户分配随机数r,生成用户的部分私钥D=g(α+r)/β。在解密算法中,参数D=g(α+r)/β被植入了随机值,不同的用户不能合谋恢复消息。
以下对上述面向云存储服务平台的访问控制系统的访问控制方法的效率进行分析:
设和表示群上的指数或者乘法运算,Ce表示双线性对运算,表示有限域上模素数p整数群,n表示系统中属性的个数,S'表示满足授权方定义的访问结构最少的属性集合,是加密方设置与密文相关的属性集合,表示授权方设置与密文相关的属性集合,是用户u的属性集合,ωi表示系统中属性i的最大权重,是密文中加密方设置属性i的权重,是系统中用户u拥有属性i的权重,表示密文中授权方设置属性i的权重。L*是元素在*上的比特长度,|*|是元素在*上的个数。如下表示出了上述方法与现有的访问控制方法BSW07和CP-WABE之间的比较分析:
从上表对比分析可以看出:1)权重机制方面:本发明与CP-WABE方案引入了权重的概念,实现了属性的分级处理,可以完成更加细致的访问控制。然而,密文长度与加解密时间与权重等级有关系,与未实现权重的BSW07方案相比,增加了一定通信与计算消耗。2)撤销机制方面:CP-WABE不具备撤销能力,BSW07方案通过时间戳实现可撤销,本发明采用密文分割的方式实现可撤销。当属性发生变更时,授权中心只需要更新自己部分的密文,即可实现对用户权限的实时撤销。总体来说,本发明即实现了属性分级处理,也引入了新的可撤销机制,同时运算性能比较突出,运算能力分配合理。
本发明提供的面向云存储服务平台的访问控制系统及其访问控制方法中,授权中心和数据属主是基于权重属性加密机制,将需上传的用户数据加密后存储到云存储服务平台上的,因而可对云存储服务平台上的共享数据实现有效的隐私保护,提高了云存储服务的安全性。同时,由于将用户的属性与权重相结合,实现了用户属性的分级管理,使得相同属性不同级别的用户具有不同的访问权限,该属性是用以描述用户的信息要素,例如校园网中的学生具有院系、学生类别、年级、专业等属性,教师具有院系、职称、教龄等属性,从而在保证安全性的同时还实现了更加灵活而细致的访问控制。另外,该系统采用了密
文分割方法,即由授权中心和数据属主分别产生部分密文,通过授权中心密文控制用户访问权限,通过数据属主密文制定访问控制策略,当用户的属性发生变化时,只需授权中心更新自己部分的密文,即可实现对用户访问权限的实时撤销。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤是可以通过程序来控制相关的硬件完成,所述的程序可以在存储于一计算机可读取存储介质中,所述的存储介质,如ROM/RAM、磁盘、光盘等。
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。
Claims (10)
- 一种面向云存储服务平台的访问控制系统,其特征在于,所述系统包括:由授权中心运行的管理端,用于生成系统公共参数并上传至云存储服务器,生成用户私钥并秘密分发至数据属主和共享用户,用基于权重属性加密机制产生需上传数据的第一部分密文;由数据属主和共享用户运行的客户端,用基于权重属性加密机制产生需上传数据的第二部分密文,结合所述第一部分密文、所述第二部分密文和所述需上传数据生成最终密文并将所述最终密文作为共享数据上传至所述云存储服务平台,还用于从所述云存储服务平台下载公共参数和共享数据,并利用所述公共参数和对应的用户私钥对下载的所述共享数据进行解密。
- 如权利要求1所述的面向云存储服务平台的访问控制系统,其特征在于,所述管理端还用于对用户的基本信息进行维护;所述客户端还用于根据用户提供的身份信息和所述授权中心分发的登录信息引导用户登录系统。
- 如权利要求1所述的面向云存储服务平台的访问控制系统,其特征在于,所述云存储服务平台是亚马逊S3云存储服务平台。
- 一种如权利要求1至3任一项所述的面向云存储服务平台的访问控制系统的访问控制方法,其特征在于,所述方法包括以下步骤:授权中心运行管理端,生成公共参数与主私钥,将公共参数上传至云存储服务平台;数据属主运行客户端,向授权中心请求授权并发出数据上传请求信息;授权中心运行管理端,核实所述数据属主身份并结合所述主私钥生成对应的用户私钥,根据所述数据上传请求信息,基于权重属性加密机制产生需上传数据的第一部分密文,将对应的用户私钥和所述第一部分密文发送给数据属主;所述数据属主基于权重属性加密机制产生所述需上传数据的第二部分密文;所述数据属主结合所述第一部分密文、所述第二部分密文生成最终密文并 将所述最终密文作为共享数据上传至所述云存储服务平台;共享用户运行客户端,向授权中心请求授权;授权中心运行管理端,核实所述共享用户身份并结合所述主私钥生成对应的用户私钥,将对应的用户私钥发送给所述共享用户;共享用户运行客户端,从所述云存储服务平台下载所述公共参数和所述共享数据,并利用对应的用户私钥对下载的所述共享数据进行解密。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510323848.2 | 2015-06-12 | ||
| CN201510323848.2A CN105025012B (zh) | 2015-06-12 | 2015-06-12 | 面向云存储服务平台的访问控制系统及其访问控制方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2016197680A1 true WO2016197680A1 (zh) | 2016-12-15 |
Family
ID=54414717
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/078599 Ceased WO2016197680A1 (zh) | 2015-06-12 | 2016-04-06 | 面向云存储服务平台的访问控制系统及其访问控制方法 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN105025012B (zh) |
| WO (1) | WO2016197680A1 (zh) |
Cited By (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108173868A (zh) * | 2018-01-05 | 2018-06-15 | 中国地质大学(武汉) | 一种一对多文件分发的方法、设备及存储设备 |
| CN109768858A (zh) * | 2018-12-26 | 2019-05-17 | 西安电子科技大学 | 云环境下基于多授权的属性加密访问控制系统及设计方法 |
| WO2019096086A1 (zh) * | 2017-11-14 | 2019-05-23 | 钉钉控股(开曼)有限公司 | 共享空间的访问方法、权限管理方法及装置 |
| CN111191288A (zh) * | 2019-12-30 | 2020-05-22 | 中电海康集团有限公司 | 一种基于代理重加密的区块链数据访问权限控制方法 |
| CN112187798A (zh) * | 2020-09-28 | 2021-01-05 | 安徽大学 | 一种应用于云边数据共享的双向访问控制方法及系统 |
| CN114301651A (zh) * | 2021-12-22 | 2022-04-08 | 河南大学 | 基于cp-abe的黄河坝岸监测数据共享方法 |
| CN114362924A (zh) * | 2020-09-29 | 2022-04-15 | 湖南大学 | 基于cp-abe的支持灵活撤销和可验证密文授权的系统及方法 |
| CN115242518A (zh) * | 2022-07-25 | 2022-10-25 | 深圳万海思数字医疗有限公司 | 混合云环境下医疗健康数据保护系统与方法 |
| CN115550605A (zh) * | 2022-08-19 | 2022-12-30 | 南京邮电大学 | 电网多媒体调度系统的故障检测方法及其自动检测设备 |
| CN118612728A (zh) * | 2024-05-14 | 2024-09-06 | 杭州电子科技大学 | 基于深度强化学习的空天一体化数据可控共享方法及系统 |
Families Citing this family (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105025012B (zh) * | 2015-06-12 | 2017-12-08 | 深圳大学 | 面向云存储服务平台的访问控制系统及其访问控制方法 |
| CN106341236A (zh) * | 2016-09-09 | 2017-01-18 | 深圳大学 | 一种面向云存储服务平台的访问控制方法及其系统 |
| CN106357395B (zh) * | 2016-09-13 | 2019-04-23 | 深圳大学 | 一种面向雾计算的外包访问控制方法及其系统 |
| WO2018049601A1 (zh) * | 2016-09-14 | 2018-03-22 | 深圳大学 | 一种面向雾计算的外包访问控制方法及其系统 |
| CN106529216B (zh) * | 2016-10-27 | 2022-04-22 | 西安交通大学 | 一种基于公共存储平台的软件授权系统及软件授权方法 |
| CN108076106B (zh) * | 2016-11-15 | 2019-11-19 | 中国科学院声学研究所 | 一种面向云存储数据加解密的流式处理系统及方法 |
| CN107172014A (zh) * | 2017-04-21 | 2017-09-15 | 齐鲁工业大学 | 一种信息管理云端共享系统 |
| CN108540444A (zh) * | 2018-02-24 | 2018-09-14 | 中山大学 | 一种信息传输储存方法及装置 |
| CN108390886A (zh) * | 2018-03-05 | 2018-08-10 | 商丘师范学院 | 教育大数据安全访问控制系统 |
| CN109583232B (zh) * | 2018-11-20 | 2022-03-18 | 深圳大学 | 基于cp-abe的医疗档案管理方法、装置、设备及存储介质 |
| CN109494879A (zh) * | 2018-12-25 | 2019-03-19 | 湖北师范大学 | 一种用于电力系统的数据采集平台 |
| CN109451067A (zh) * | 2018-12-27 | 2019-03-08 | 宝鸡文理学院 | 云计算系统中的数据共享方法 |
| US11228597B2 (en) | 2019-02-12 | 2022-01-18 | Nutanix, Inc. | Providing control to tenants over user access of content hosted in cloud infrastructures |
| CN112437063B (zh) * | 2020-11-11 | 2022-08-23 | 张银杏 | 一种数据融合与取用方法、平台以及系统 |
| CN112835935B (zh) * | 2021-02-02 | 2021-12-07 | 农夫铺子发展集团有限公司 | 基于区块链和移动互联网的信息流分析方法及云服务平台 |
| CN113645206A (zh) * | 2021-07-28 | 2021-11-12 | 上海纽盾网安科技有限公司 | 用于不同用户需求的云存储数据访问控制方法及系统 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103107992A (zh) * | 2013-02-04 | 2013-05-15 | 杭州师范大学 | 面向云存储加密数据共享的多级权限管理方法 |
| CN103179114A (zh) * | 2013-03-15 | 2013-06-26 | 华中科技大学 | 一种云存储中的数据细粒度访问控制方法 |
| WO2014043894A1 (en) * | 2012-09-21 | 2014-03-27 | Nokia Corporation | Method and apparatus for providing access control to shared data based on trust level |
| CN105025012A (zh) * | 2015-06-12 | 2015-11-04 | 深圳大学 | 面向云存储服务平台的访问控制系统及其访问控制方法 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2011045723A1 (en) * | 2009-10-15 | 2011-04-21 | Koninklijke Philips Electronics N.V. | Ciphertext-policy attribute-based encryption and re-encryption |
| CN102857338A (zh) * | 2012-08-31 | 2013-01-02 | 浪潮电子信息产业股份有限公司 | 一种云存储系统中数据安全传输的方法 |
| CN102916954B (zh) * | 2012-10-15 | 2015-04-01 | 南京邮电大学 | 一种基于属性加密的云计算安全访问控制方法 |
| CN103973451B (zh) * | 2014-05-05 | 2017-04-12 | 西南交通大学 | 一种用于分布式网络系统的跨信任域认证方法 |
-
2015
- 2015-06-12 CN CN201510323848.2A patent/CN105025012B/zh active Active
-
2016
- 2016-04-06 WO PCT/CN2016/078599 patent/WO2016197680A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2014043894A1 (en) * | 2012-09-21 | 2014-03-27 | Nokia Corporation | Method and apparatus for providing access control to shared data based on trust level |
| CN103107992A (zh) * | 2013-02-04 | 2013-05-15 | 杭州师范大学 | 面向云存储加密数据共享的多级权限管理方法 |
| CN103179114A (zh) * | 2013-03-15 | 2013-06-26 | 华中科技大学 | 一种云存储中的数据细粒度访问控制方法 |
| CN105025012A (zh) * | 2015-06-12 | 2015-11-04 | 深圳大学 | 面向云存储服务平台的访问控制系统及其访问控制方法 |
Non-Patent Citations (2)
| Title |
|---|
| GOVAL, VIPUL ET AL.: "Attribute-Based Encryption for Fine-Grained Access Control of Encrypted Data", CCS'06 PROCEEDINGS OF 13TH ACM CONFERENCE ON COMPUTER AND COMMUNICATIONS SECURITY, 30 October 2006 (2006-10-30), pages 89 - 98, XP055334553 * |
| LIU, XIMENG ET AL.: "Ciphertext-policy Weighted Attribute-based Encryption Scheme in Cloud Computing", JOURNAL OF SICHUAN UNIVERSITY(ENGINEERING SCIENCE EDITION, vol. 45, no. 6, pages 30 * |
Cited By (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2019096086A1 (zh) * | 2017-11-14 | 2019-05-23 | 钉钉控股(开曼)有限公司 | 共享空间的访问方法、权限管理方法及装置 |
| CN108173868A (zh) * | 2018-01-05 | 2018-06-15 | 中国地质大学(武汉) | 一种一对多文件分发的方法、设备及存储设备 |
| CN109768858A (zh) * | 2018-12-26 | 2019-05-17 | 西安电子科技大学 | 云环境下基于多授权的属性加密访问控制系统及设计方法 |
| CN109768858B (zh) * | 2018-12-26 | 2022-03-08 | 西安电子科技大学 | 云环境下基于多授权的属性加密访问控制系统及设计方法 |
| CN111191288B (zh) * | 2019-12-30 | 2023-10-13 | 中电海康集团有限公司 | 一种基于代理重加密的区块链数据访问权限控制方法 |
| CN111191288A (zh) * | 2019-12-30 | 2020-05-22 | 中电海康集团有限公司 | 一种基于代理重加密的区块链数据访问权限控制方法 |
| CN112187798A (zh) * | 2020-09-28 | 2021-01-05 | 安徽大学 | 一种应用于云边数据共享的双向访问控制方法及系统 |
| CN114362924A (zh) * | 2020-09-29 | 2022-04-15 | 湖南大学 | 基于cp-abe的支持灵活撤销和可验证密文授权的系统及方法 |
| CN114301651A (zh) * | 2021-12-22 | 2022-04-08 | 河南大学 | 基于cp-abe的黄河坝岸监测数据共享方法 |
| CN115242518A (zh) * | 2022-07-25 | 2022-10-25 | 深圳万海思数字医疗有限公司 | 混合云环境下医疗健康数据保护系统与方法 |
| CN115242518B (zh) * | 2022-07-25 | 2024-03-22 | 深圳万海思数字医疗有限公司 | 混合云环境下医疗健康数据保护系统与方法 |
| CN115550605A (zh) * | 2022-08-19 | 2022-12-30 | 南京邮电大学 | 电网多媒体调度系统的故障检测方法及其自动检测设备 |
| CN118612728A (zh) * | 2024-05-14 | 2024-09-06 | 杭州电子科技大学 | 基于深度强化学习的空天一体化数据可控共享方法及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN105025012A (zh) | 2015-11-04 |
| CN105025012B (zh) | 2017-12-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN105025012B (zh) | 面向云存储服务平台的访问控制系统及其访问控制方法 | |
| Zhang et al. | Data security and privacy-preserving in edge computing paradigm: Survey and open issues | |
| CN104917772B (zh) | 一种云存储服务平台的访问控制系统的访问控制方法 | |
| CN114065265B (zh) | 基于区块链技术的细粒度云存储访问控制方法、系统及设备 | |
| Jung et al. | Control cloud data access privilege and anonymity with fully anonymous attribute-based encryption | |
| Zhou et al. | Achieving secure role-based access control on encrypted data in cloud storage | |
| Wang et al. | Attribute-based data sharing scheme revisited in cloud computing | |
| CN106375346B (zh) | 一种云环境下基于条件广播代理重加密的数据保护方法 | |
| CN102655508B (zh) | 云环境下的用户隐私数据保护方法 | |
| Teng et al. | Attribute-based access control with constant-size ciphertext in cloud computing | |
| CN104883254B (zh) | 面向云计算平台的密文访问控制系统及其访问控制方法 | |
| CN110224986A (zh) | 一种基于隐藏策略cp-abe的高效可搜索访问控制方法 | |
| CN104320393B (zh) | 重加密可控的高效属性基代理重加密方法 | |
| CN110247767B (zh) | 雾计算中可撤销的属性基外包加密方法 | |
| WO2018045568A1 (zh) | 一种面向云存储服务平台的访问控制方法及其系统 | |
| CN104717297A (zh) | 一种安全云存储方法及系统 | |
| CN103731432A (zh) | 一种支持多用户的可搜索加密系统及方法 | |
| CN106788988B (zh) | 云环境下可撤销的密钥聚合加密方法 | |
| Fan et al. | Privacy protection based access control scheme in cloud-based services | |
| Bokefode Jayant et al. | Developing secure cloud storage system by applying AES and RSA cryptography algorithms with role based access control model | |
| CN106487792A (zh) | 一种电力营销云存储加密方法及系统 | |
| Han et al. | Security and efficiency data sharing scheme for cloud storage | |
| Zhou et al. | Privacy-preserved access control for cloud computing | |
| Merdassi et al. | A new LTMA-ABE location and time access security control scheme for mobile cloud: I. Merdassi et al. | |
| Kumar et al. | Securing cloud access with enhanced attribute-based cryptography |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16806578 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 30/05/2018) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16806578 Country of ref document: EP Kind code of ref document: A1 |














