tawfik-sdz-souadia / dcpabe

Decentralized CP-ABE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decentralized CP-ABE

Build Status Total alerts Language grade: Java

This software implements the Decentralized CiphertextPolicy Attribute Based Encryption schema described in [1]. The code depends on the jPBC library [2] and the BouncyCastle library.

The software is a result of the PriSM project [3] developed by the SANDS [4] team at the Nanyang Technological University [5].

How To contribute

Comments and help are more than welcome. Report issues/feature requests on GitHub Issues.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Add documentation if necessary.
  • Commit.
  • Send a pull request. Bonus points for topic branches.

References

  1. A. Lewko and B. Waters, "Decentralizing Attribute-Based Encryption", Cryptology ePrint Archive, Report 2010/351.
  2. A. DeCaro, "The Java Pairing Based Cryptography Library", http://gas.dia.unisa.it/projects/jpbc/
  3. S. Braghin, J. Tan Teck Yong, R. Sharma and A. Datta: "PriSM: A Private Social Mesh for Leveraging Social Networking at Workplace". CoRR abs/1206.1653 (2012)
  4. SANDS, http://sands.sce.ntu.edu.sg/
  5. Nanayang Technological University, http://www.ntu.edu.sg/

About

Decentralized CP-ABE

License:MIT License


Languages

Language:Java 100.0%