Skip to content
/ ABE Public

A toy implementation of attribute-based encryption

License

Notifications You must be signed in to change notification settings

thpun/ABE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attribute-based Encryption

This library includes toy implementation of the following algorithms:

  • GPSW06 (Under evaluation) : Attribute-Based Encryption for Fine-Grained Access Control of Encrypted Data
  • BSW07 : Ciphertext-Policy Attribute-Based Encryption
    • Implementation detail: Type A pairing is used.
    • f = g^(1/b) is moved to secret key structure, coz encryption does not need the delegation.

Note: This library is not production ready. DO NOT USE IN PRODUCTION.

About

A toy implementation of attribute-based encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages