svgagan / Auditing

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:Java 100.0%