From e398fa32d4e34de805b9a8f2319b880f87381bf8 Mon Sep 17 00:00:00 2001 From: Claudio Lucisano <43884655+Claudiocli@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:40:43 +0200 Subject: [PATCH 1/3] Added ABE topic Added the topic for Attribute Based Encryption --- topics/abe/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 topics/abe/index.md diff --git a/topics/abe/index.md b/topics/abe/index.md new file mode 100644 index 000000000000..00ff01ee2d45 --- /dev/null +++ b/topics/abe/index.md @@ -0,0 +1,9 @@ +--- +display_name: Attribute Based Encryption +short_description: Attribute-based encryption is a generalisation of public-key encryption which 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, public key +--- + +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 From 2a77c8d4a5f50f1f46d296b31785f54493481720 Mon Sep 17 00:00:00 2001 From: Claudio Lucisano <43884655+Claudiocli@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:54:39 +0200 Subject: [PATCH 2/3] Fixed typo on ABE --- topics/abe/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/abe/index.md b/topics/abe/index.md index 00ff01ee2d45..ccd07ad0e3ff 100644 --- a/topics/abe/index.md +++ b/topics/abe/index.md @@ -3,7 +3,7 @@ display_name: Attribute Based Encryption short_description: Attribute-based encryption is a generalisation of public-key encryption which 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, public key +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 From 92090dbc311639717c3c97000216a7d700cd7b67 Mon Sep 17 00:00:00 2001 From: Claudio Lucisano <43884655+Claudiocli@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:04:24 +0200 Subject: [PATCH 3/3] Update topics/abe/index.md --- topics/abe/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/abe/index.md b/topics/abe/index.md index ccd07ad0e3ff..180e9e23cab6 100644 --- a/topics/abe/index.md +++ b/topics/abe/index.md @@ -1,6 +1,6 @@ --- display_name: Attribute Based Encryption -short_description: Attribute-based encryption is a generalisation of public-key encryption which enables fine grained access control of encrypted data using authorisation policies. +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