diff --git a/topics/abe/index.md b/topics/abe/index.md new file mode 100644 index 000000000000..180e9e23cab6 --- /dev/null +++ b/topics/abe/index.md @@ -0,0 +1,9 @@ +--- +display_name: Attribute Based Encryption +short_description: Attribute-based encryption enables fine grained access control of encrypted data using authorisation policies. +topic: abe +wikipedia_url: https://en.wikipedia.org/wiki/Attribute-based_encryption +related: cryptography +--- + +Attribute-based encryption (**ABE**) is a type of **public key encryption** that allows *access control* over encrypted data based on attributes associated with users and the data itself. It enables *fine-grained access control*, meaning that decryption is only possible if the user's attributes match the access policies defined during encryption. \ No newline at end of file