Skip to content
/ PPPAS Public

Implementation of Wang, Chow, Wang, Ren, Lou "Privacy Preserving Public Auditing for Secure Cloud Storage"

License

Notifications You must be signed in to change notification settings

wiggzz/PPPAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program is a test program for pairings based proof of data possession. (PPPAS)

It is an implementation of

C. Wang, S. Chow, Q. Wang, K. Ren, W. Lou "Privacy-Preserving Public Auditing for Secure Cloud Storage"

It's pretty much a proof of concept at this point.

Dependencies

  • gmp
  • cryptopp
  • pbc

On OS X:

brew install cryptopp pbc

Getting it running

aclocal
autoconf
automake --add-missing
./configure
make check

That will run the one test case that I have written.

There isn't really a library at this point as this is a proof of concept.

About

Implementation of Wang, Chow, Wang, Ren, Lou "Privacy Preserving Public Auditing for Secure Cloud Storage"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages