信息网络安全 ›› 2017, Vol. 17 ›› Issue (3): 39-45.doi: 10.3969/j.issn.1671-1122.2017.03.007

• • 上一篇    下一篇

基于阿里云平台的密文数据安全去重系统的设计与实现

宋建业1, 何暖2, 朱一明1, 付安民1()   

  1. 1.南京理工大学计算机科学与工程学院,江苏南京 210094
    2.中国船舶工业综合技术经济研究院,北京 100081
  • 收稿日期:2016-10-15 出版日期:2017-03-20 发布日期:2020-05-12
  • 作者简介:

    作者简介:宋建业(1991—),男,江苏,硕士研究生,主要研究方向为云存储安全;何暖(1982—),女,河北,工程师,硕士,主要研究方向为云计算安全;朱一明(1994—),女,江苏,硕士研究生,主要研究方向为云存储安全;付安民(1981—),男,湖北,副教授,博士,主要研究方向为密码学与网络安全。

  • 基金资助:
    国家自然科学基金[61572255];江苏省自然科学基金[BK20141404];中央高校基本科研业务费专项[30915011322]

Design and Implementation of Secure Deduplication System for Ciphertext Data Based on Aliyun

Jianye SONG1, Nuan HE2, Yiming ZHU1, Anmin FU1()   

  1. 1.School of Computer Science and Engineering, Nanjing University of Science and Technology, Nanjing Jiangsu 210094, China
    2.China Institute of MarineTechnology & Economy, Beijing 100081, China
  • Received:2016-10-15 Online:2017-03-20 Published:2020-05-12

摘要:

随着云计算服务的广泛使用,越来越多的数据被存储到云服务器上。为了解决云存储系统中加密数据面临的密文重复性检测和拥有权证明(Proof of Ownership,PoW)等问题,文章利用收敛加密和Bloom过滤器的方法设计和实现了一个基于阿里云平台的密文数据安全去重系统。首先,利用收敛加密的方法产生文件的加密密钥,实现了不同用户之间密钥的共享,有利于跨用户之间密文的去重;其次,基于Bloom过滤器的方法,实现了文件拥有权证明,有效地预防了攻击者通过单一的文件哈希值去获取整个文件;最后,基于当前的阿里云平台实现了整个安全去重系统,有效地保证了数据去重的安全性。此外,实验结果和性能分析也证明了方案是高效可行的。

关键词: 数据安全去重, 拥有权证明, 收敛加密, Bloom过滤器

Abstract:

With the wide use of cloud computing service, more and more data is stored in the cloud server. To solve the problems faced by enciphered data in cloud storage system, such as detection and PoW (proofs of ownership) of duplicated ciphertext, etc, we complete a secure deduplication system for ciphertext data based on aliyun by using convergent encryption and Bloom Filter algorithm. First of all, we utilize convergent encryption method to generate a file encryption key, which implements the key shared between different users and is advantageous to cross-user ciphertext deduplication. Secondly, the proof of ownership for files is realized by Bloom filter so as to prevent the attackers with a single file hash value to obtain files efficiently. Finally, based on current cloud platform provided by aliyun, we realize the secure deduplication system and guarantee the safety of data deduplication. In addition, the results of experiments and performance analysis have proved that the scheme is efficient and feasible.

Key words: secure data deduplication, proof of ownership, convergent encryption, Bloom filter

中图分类号: