sagrawal87 / ABE

Attribute-based Encryption
MIT License
181 stars 67 forks source link

Conditional Attributes and Policies #13

Closed ghost closed 3 years ago

ghost commented 4 years ago

I want to create attributes and policies which are conditional in nature.

For instance: Policy : AGE > 25 Attribute : AGE = 22

Decryption would not be possible in this case

How do I specify such attributes and policies?

sagrawal87 commented 3 years ago

Page 7 of the paper that introduced CP-ABE may help.