Attribute-based encryption: Difference between revisions

Content deleted Content added
m Emphasise that there is proof of ABE being a generalisation of IBE
m Better explanation in first sentence
Line 1:
'''Attribute-based encryption''' is a typegeneralisation of [[public-key encryption]] in which theenables fine grained access control on encrypted data. The [[secret key]] of a user and the ciphertext are dependent upon attributes (e.g. their email address, the country in which they live, or the kind of subscription they have). In such a system, the decryption of a ciphertext is possible only if the set of attributes of the user key matches the attributes of the ciphertext.<ref>{{cite web |title=What is Attribute-Based Encryption |work=Cryptography Stack Exchange |url=https://crypto.stackexchange.com/a/17894 |date=2014 }}</ref>
 
A crucial security aspect of attribute-based encryption is collusion-resistance: An adversary that holds multiple keys should only be able to access data if at least one individual key grants access.