abenc_tbpre_lww14¶
Time-Based Proxy Re-Encryption (LWW14)
Authors: Qin Liu, Guojun Wang, Jie Wu
Title: “Time-based proxy re-encryption scheme for secure data sharing in a cloud environment”
Published in: Information Sciences, Volume 258, 2014
Notes: Time-based access control with proxy re-encryption for cloud storage
Scheme Properties
Type: ciphertext-policy attribute-based encryption (public key)
Setting: Pairing groups
Assumption: Decisional Bilinear Diffie-Hellman
Implementation
- Authors:
artjomb
- Date:
07/2014
- class abenc_tbpre_lww14.TBPRE(groupObj)[source]¶
Bases:
object- decrypt(CT, user, term=None)[source]¶
Decrypts the content(-key) from the cipher-text (executed by user/content consumer)
- encrypt(PK, policy, F)[source]¶
Generate the cipher-text from the content(-key) and a policy (executed by the content owner)
- group¶
Prime order group
- keygen(MK, PK, H, s, user, pubuser, attribute, time)[source]¶
Generate user keys for a specific attribute (executed by CA)