项目作者: svgagan

项目描述 :
The main objective of this project is constructing a secure data storage system that with Public auditability: to allow TPA to verify the correctness of the cloud data on demand without retrieving a copy of the whole data or introducing additional online burden to the cloud users. Storage correctness: to ensure that there exists no cheating cloud server that can pass the TPA’s audit without indeed storing users data intact. Privacy-preserving: to ensure that the TPA cannot derive users data content from the information collected during the auditing process. Batch auditing: TPA should have the capability to examine the auditing delegations and also multiple Files simultaneously. Lightweight: to allow TPA to perform auditing with minimum communication and computation overhead.
高级语言: Java
项目地址: git://github.com/svgagan/Auditing.git
创建时间: 2018-02-16T03:25:58Z
项目社区:https://github.com/svgagan/Auditing

开源协议:

下载


auditing

The main objective of this project is constructing a secure data storage system that with

  1. Public auditability: to allow TPA to verify the correctness of the cloud data on demand without retrieving a copy of the whole data or introducing additional online burden to the cloud users.

  2. Storage correctness: to ensure that there exists no cheating cloud server that can pass the TPA’s audit without indeed storing users data intact.

  3. Privacy-preserving: to ensure that the TPA cannot derive users data content from the information collected during the auditing process.

  4. Batch auditing: TPA should have the capability to examine the auditing delegations and also multiple Files simultaneously.

  5. Lightweight: to allow TPA to perform auditing with minimum communication and computation overhead.