CN106612321A - 云存储中一种访问权限管理方法 - Google Patents

云存储中一种访问权限管理方法 Download PDF

Info

Publication number
CN106612321A
CN106612321A CN201610522474.1A CN201610522474A CN106612321A CN 106612321 A CN106612321 A CN 106612321A CN 201610522474 A CN201610522474 A CN 201610522474A CN 106612321 A CN106612321 A CN 106612321A
Authority
CN
China
Prior art keywords
data
information
user
access
cloud storage
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.)
Granted
Application number
CN201610522474.1A
Other languages
English (en)
Other versions
CN106612321B (zh
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.)
Quzeng information technology (Shanghai) Co., Ltd
Original Assignee
Sichuan Yonglian Information 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 Sichuan Yonglian Information Technology Co Ltd filed Critical Sichuan Yonglian Information Technology Co Ltd
Priority to CN201610522474.1A priority Critical patent/CN106612321B/zh
Publication of CN106612321A publication Critical patent/CN106612321A/zh
Application granted granted Critical
Publication of CN106612321B publication Critical patent/CN106612321B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols 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]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/78Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure storage of data

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)

Abstract

云存储中一种访问权限管理方法,将待存储的数据F分割成n份不同的数据块,上传到云空间,首先对数据块加密,然后用传输算法对数据进行计算,获得数据的访问信息和位置信息;当用户权限变更后,重新选择访问结构信息表达的数据块,即重新动态抽取数据块原来的加密的数据和新的访问结构树进行重新构造数据的访问信息,然后将新的信息存储到云服务器,并记录位置信息;并删除原来的访问信息和位置信息。有权用户还是能通过验证继续访问数据属主共享的信息,而无权用户由于其用户不能提取数据和解密数据。本发明在确保云存储的强安全性的前提下,大大降低了因权限改变而造成的计算代价和传输代价;本发明计算简单、耗时短,将显著提高工作效率。

Description

云存储中一种访问权限管理方法
技术领域
本发明涉及云计算中共享文件访问权限管理领域。
背景技术
云技术发展,越来越多人将信息上传到云端。为了解决信息安全问题,各种加密算法应运而生,但是访问权限更改的问题也极大的影响到了信息安全,如何在减小用户由于权限更改所付出的代价,降低用户权限更改的复杂程度,成为了一个研究热点。
在现有研究中,完全重加密技术建立于访问权限的撤销机制上,在用户将数据信息上传至云存储服务器之前系统自动对用户的数据信息重新加密。在用户行使权限更改权利时,用户自己再对上传的数据信息重新加密。如此虽然确保了云存储服务器中存储数据信息的安全,可是完全重加密技术同时也提高了对计算与带宽性能的要求,给云存储服务的发展带来了新的难题;懒惰重加密技术的权限撤销机制主要是想减少完全重加密的代价,可是以这种加密方式存储在云存储服务器中的数据信息其安全保障能力有所下降,这种机制目前只可以在用户访问权限管理不严的情况下使用。
本发明方法提出一种以ABE密文访问控制技术为原始方案的动态控制重新加密的云存储权限控制方案,该方法将数据分割成数据块,计算其完整性度量参数,兼容各种加密方法进行加密,动态抽取某数据块进行重新加密,然后传输、重构等步骤进行权限的重新管理。
发明内容
针对现有技术的上述不足,本发明提出了云存储中一种访问权限管理方法。
为解决以上问题,本发明提出了以下技术方案:
将待存储的数据F分割成n份不同的数据块,处理后上传到云空间,首先对数据块加密,然后用传输算法对数据进行计算,获得数据的访问信息和位置信息;当用户权限变更后,重新选择访问结构信息表达的数据块,即重新动态抽取数据块原来的加密的数据和新的访问结构树进行重新构造数据的访问信息,然后将新的信息存储到云服务器,并记录位置信息;并删除原来的访问信息和位置信息。有权用户还是能通过验证继续访问数据属主共享的信息,而无权用户由于其用户不能提取数据和解密数据。
云存储中一种访问权限管理方法,包括如下步骤:
步骤1:数据加密。
步骤2:传输算法执行数据上传。
步骤3:用户权限变更。
步骤4:数据访问算法。
步骤5:数据重构。
本发明的有益效果是:
1、本发明在确保云存储的强安全性的前提下,大大降低了因权限改变而造成的计算代价和传输代价。
2、本发明计算简单、耗时短,显著的提高了工作效率。
具体实施方式
云存储中一种访问权限管理方法,其具体的实施步骤如下:
步骤1:数据加密
数据属主在将数据上传之前,先将数据进行处理,对于即将上传的数据F,首先,将其按照字节长度划分为n段数据块,即:
F=(f1,f2,...fi,...,fn)
其中1≤i≤n,每个数据块的数据有t个字节,则文件总大小为G,数据划分好以后,计算每一个文件块的哈希值,得到数据完整性度量参数Ft
随机选取一个临时密钥K‘,K‘∈ZP,设E表示加密运算,K为加密密钥,加密后的数据块用si表示,则有:
密钥
密文
步骤2:传输算法执行数据上传
数据进行分割处理,重新加密后,获得了机密数据S={si}及密钥K后,数据要上传到云服务器,上传算法如下:
随机选取密钥K’‘,K’‘∈ZP,随机选取si,1≤i≤n作为动态数据,对数据进行加密,C标识密文,C={ci},加密算法为:
并计算CK=E′T(K+K’‘),其中E′标识基于ABE算法的一种加密算法,T表示访问控制结构模型;将CK、ci、si,1≤i≤n一起传输到云存储空间并记录存储位置信息URL。
步骤3:用户权限变更
当用户发生变化时候,数据属主需要更改访问权限,权限受访问结构树和CK、ci=EK’‘(si)控制,在本方法中执行以下算法:
用户将URL信息发送到云端,云端返回CK和ci,CK=E′T(K+K’‘),ci=EK’‘(si),逆向计算,解得密钥信息K、K’‘和si,在随机选取K1∈Zp作为临时密钥,新的访问结构树为T‘,计算:
CK‘=E′T‘(K+K1)
在随机抽取sj(j≠i)计算:
然后用新生成的CK‘、cj、sj上传到云服务器,记录新的URL信息,并删除原来的CK、ci、si
步骤4:数据访问算法
变更权限后,有权用户访问数据时候,先提供私钥信息和URL信息,依据用户提供的URL信息,从云服务器中取得CK‘、cj,如果用户的私钥特征集合不满足访问控制树,则提取失败,满足的话,依据CK‘、cj,执行逆向运算,解得密钥信息,然后依据密钥信息重构数据。
步骤5:数据重构
用户具有合法的访问权限后,能够依照URL信息和私钥提取解得密钥信息K和Kl,然后提取出加密数据块s1,s2,…sn,然后计算:
由于h(fi)=hash(fi),执行哈希算法逆运算,还原数据块fi数据,在还原数据
F=(f1,f2,...fi,...,fn)
访问权限变更后,无权用户不能通过原来的私钥信息和URL提取到数据变更后的数据,并且不能执行解密。

Claims (6)

1.云存储中一种访问权限管理方法,本发明涉及云计算中共享文件访问权限管理领域,其特征是,包括如下步骤:
步骤1:数据加密
步骤2:传输算法执行数据上传
步骤3:用户权限变更
步骤4:数据访问算法
步骤5:数据重构。
2.根据权利要求1中所述的云存储中一种访问权限管理方法,其特征是,步骤1中的具体阐述过程如下:
步骤1:数据加密
数据属主在将数据上传之前,先将数据进行处理,对于即将上传的数据F,首先,将其按照字节长度划分为n段数据块,即:
其中,每个数据块的数据有t个字节,则文件总大小为G,,数据划分好以后,计算每一个文件块的哈希值,得到数据完整性度量参数
随机选取一个临时密钥设E表示加密运算,K为加密密钥,加密后的数据块用表示,则有:
密钥
密文
3.根据权利要求1中所述的云存储中一种访问权限管理方法,其特征是,步骤2中的具体计算过程如下:
步骤2:传输算法执行数据上传
数据进行分割处理,重新加密后,获得了机密数据及密钥K后,数据要上传到云服务器,上传算法如下:
随机选取密钥随机选取作为动态数据,对数据进行加密,C标识密文,加密算法为:
并计算其中标识基于ABE算法的一种加密算法,T表示访问控制结构模型;将一起传输到云存储空间并记录存储位置信息URL。
4.根据权利要求1中所述的云存储中一种访问权限管理方法,其特征是,步骤3中的具体计算过程如下:
步骤3:用户权限变更
当用户发生变化时候,数据属主需要更改访问权限,权限受访问结构树和控制,在本方法中执行以下算法:
用户将URL信息发送到云端,云端返回CK和逆向计算,解得密钥信息,在随机选取作为临时密钥,新的访问结构树为,计算:
在随机抽取计算:
然后用新生成的上传到云服务器,记录新的URL信息,并删除原来的
5.根据权利要求1中所述的云存储中一种访问权限管理方法,其特征是,步骤4中的具体阐述过程如下:
步骤4:数据访问算法
变更权限后,有权用户访问数据时候,先提供私钥信息和URL信息,依据用户提供的URL信息,从云服务器中取得如果用户的私钥特征集合不满足访问控制树,则提取失败,满足的话,依据执行逆向运算,解得密钥信息,然后依据密钥信息重构数据。
6.根据权利要求1中所述的云存储中一种访问权限管理方法,其特征是,步骤5中的具体计算过程如下:
步骤5:数据重构
用户具有合法的访问权限后,能够依照URL信息和私钥提取解得密钥信息然后提取出加密数据块然后计算:
由于执行哈希算法逆运算,还原数据块数据,在还原数据
访问权限变更后,无权用户不能通过原来的私钥信息和URL提取到数据变更后的数据,并且不能执行解密。
CN201610522474.1A 2016-07-05 2016-07-05 云存储中一种访问权限管理方法 Active CN106612321B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610522474.1A CN106612321B (zh) 2016-07-05 2016-07-05 云存储中一种访问权限管理方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610522474.1A CN106612321B (zh) 2016-07-05 2016-07-05 云存储中一种访问权限管理方法

Publications (2)

Publication Number Publication Date
CN106612321A true CN106612321A (zh) 2017-05-03
CN106612321B CN106612321B (zh) 2019-12-17

Family

ID=58614699

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610522474.1A Active CN106612321B (zh) 2016-07-05 2016-07-05 云存储中一种访问权限管理方法

Country Status (1)

Country Link
CN (1) CN106612321B (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114244838A (zh) * 2021-12-17 2022-03-25 东软集团股份有限公司 区块链数据的加密方法及系统、解密方法、装置及设备
CN114244838B (zh) * 2021-12-17 2024-06-04 东软集团股份有限公司 区块链数据的加密方法及系统、解密方法、装置及设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140289513A1 (en) * 2013-03-15 2014-09-25 Arizona Board Of Regents On Behalf Of Arizona State University Enabling Comparable Data Access Control for Lightweight Mobile Devices in Clouds
CN104468615A (zh) * 2014-12-25 2015-03-25 西安电子科技大学 基于数据共享的文件访问和修改权限控制方法
CN104717297A (zh) * 2015-03-30 2015-06-17 上海交通大学 一种安全云存储方法及系统
CN104917772A (zh) * 2015-06-12 2015-09-16 深圳大学 一种云存储服务平台的访问控制系统及其访问控制方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140289513A1 (en) * 2013-03-15 2014-09-25 Arizona Board Of Regents On Behalf Of Arizona State University Enabling Comparable Data Access Control for Lightweight Mobile Devices in Clouds
CN104468615A (zh) * 2014-12-25 2015-03-25 西安电子科技大学 基于数据共享的文件访问和修改权限控制方法
CN104717297A (zh) * 2015-03-30 2015-06-17 上海交通大学 一种安全云存储方法及系统
CN104917772A (zh) * 2015-06-12 2015-09-16 深圳大学 一种云存储服务平台的访问控制系统及其访问控制方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
吕志泉: "云存储密文访问控制方案", 《计算机科学与探索》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114244838A (zh) * 2021-12-17 2022-03-25 东软集团股份有限公司 区块链数据的加密方法及系统、解密方法、装置及设备
CN114244838B (zh) * 2021-12-17 2024-06-04 东软集团股份有限公司 区块链数据的加密方法及系统、解密方法、装置及设备

Also Published As

Publication number Publication date
CN106612321B (zh) 2019-12-17

Similar Documents

Publication Publication Date Title
CN105681273B (zh) 客户端重复数据删除方法
US20090158037A1 (en) System and method for protecting an electronic file
WO2013139079A1 (zh) 一种存储方法、系统和装置
CN109889494B (zh) 一种可撤销的云数据安全共享方法
CN104809407A (zh) 云存储前端数据加解密及校验方法和系统
Wen et al. A verifiable data deduplication scheme in cloud computing
CN104967693A (zh) 面向云存储的基于全同态密码技术的文档相似度计算方法
CN110727927A (zh) 基于区块链技术的数字产品保护系统及方法
Senthilnathan et al. An enhancing reversible data hiding for secured data using shuffle block key encryption and histogram bit shifting in cloud environment
CN110175169A (zh) 一种加密数据去重方法、系统及相关装置
CN103731423A (zh) 一种安全的重复数据删除方法
Cao et al. A privacy-preserving outsourcing data storage scheme with fragile digital watermarking-based data auditing
Almrezeq ‏ An Enhanced Approach to Improve the Security and Performance for Deduplication
WO2014106149A1 (en) Techniques for validating cryptographic applications
EP3360033B1 (en) Method for storing a data file
CN113259317B (zh) 一种基于身份代理重加密的云存储数据去重方法
Mahalakshmi et al. Effectuation of secure authorized deduplication in hybrid cloud
CN112583772B (zh) 一种数据采集存储平台
CN106973070A (zh) 一种大数据计算托管服务安全认证系统和方法
CN109302283B (zh) 基于公共非对称密钥池的抗量子计算代理云存储方法和系统
CN115085983B (zh) 数据处理方法、装置、计算机可读存储介质和电子设备
CN106612321A (zh) 云存储中一种访问权限管理方法
Palathingal et al. Enhanced cloud data security using combined encryption and steganography
US20180332323A1 (en) Method for watermarking encrypted digital content, method and device for retrieving a unique identifier from watermarked content and content distribution network
Sun et al. Cloud storage architecture achieving privacy protection and sharing

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20190625

Address after: 361000 No. A303, Vanke City, Haicang District, Xiamen City, Fujian Province

Applicant after: Lin Chenyi

Address before: Room 1101, Electronic Information Industry Building, Chenghua District, Chengdu City, Sichuan Province

Applicant before: SICHUAN YONGLIAN INFORMATION TECHNOLOGY CO., LTD.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20191119

Address after: 200001 room 1710, 17th floor, No. 400, Zhejiang Middle Road, Huangpu District, Shanghai

Applicant after: Quzeng information technology (Shanghai) Co., Ltd

Address before: 361000 No. A303, Vanke City, Haicang District, Xiamen City, Fujian Province

Applicant before: Lin Chenyi

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant