zhenglianghan / cpabe

Java realization for Ciphertext-Policy Attribute-Based Encryption

Home Page:https://github.com/junwei-wang/cpabe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This software is a Java realization for "ciphertext-policy attribute based encryption" (CP-ABE).

To use this software, you will need to have the Java Pairing Based Cryptography Library(jPBC) installed (jpbc-1.2.1 is tested). You can get it from the following page:

http://gas.dia.unisa.it/projects/jpbc/

For more information on CP-ABE and a tutorial on using the tools, see the project homepage:

https://junwei.co/cpabe/

Your mush be responsible for the problem caused by using the code.

Contribution on this project is welcome! Don't be shy to improve this project and help more people.

Citation

Junwei Wang. Java Realization for Ciphertext-Policy Attribute-Based Encryption. https://github.com/junwei-wang/cpabe/, 2012

or

@article{wang2012java,
  title={Java Realization for Ciphertext-Policy Attribute-Based Encryption},
  author={Wang, Junwei},
  howpublished = {\url{https://github.com/junwei-wang/cpabe/}},
  year={2012}
}

About

Java realization for Ciphertext-Policy Attribute-Based Encryption

https://github.com/junwei-wang/cpabe

License:GNU General Public License v2.0


Languages

Language:Java 96.6%Language:Yacc 3.3%Language:Shell 0.1%