Skip to content

VasilikiKim/ABE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ABE

Attribute-based Encryption Schemes

implemented by JPBC library. see PBC Library

  1. gpswabe, the first Key-Policy Attribute-based Encryption comes from the paper: Attribute-based encryption for fine-grained access control of encrypted data see paper
  2. swabe, a Cipher-Policy Attribute-based Encryption comes from the paper: Ciphertext-Policy Attribute-Based Encryption see paper
  3. rwabe, a large-universe Cipher-Policy Attribute-based Encryption comes from the paper: Practical constructions and new proof methods for large universe attribute-based encryption see paper
  4. rwodabe, rwabe with outsourcing decryption function, designed by me. Reference

Reference:

(1)Configure JPBC
(2)Learn JPBC
(3)Implement schemes
(4)中文书籍《基于配对的密码学》(李发根、吴威著)适合用于双线性加密的入门和对PBC库的了解与上手实践

About

Attribute-based Encryption Schemes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages