Multiparty Selective Disclosure using Attribute-Based Encryption
Shigenori Ohashi

TL;DR
This paper introduces a method combining Attribute-Based Encryption with SD-JWTs to enable flexible, attribute-based selective disclosure of information, with feasibility demonstrated through performance evaluation.
Contribution
It integrates Ciphertext-Policy ABE into SD-JWT framework, allowing customizable access control for disclosures, a novel approach for privacy-preserving data sharing.
Findings
SD-JWT generation is lightweight
Encryption and decryption times increase linearly with disclosures
Suitable for privacy-sensitive applications but needs optimization for real-time use
Abstract
This study proposes a mechanism for encrypting SD-JWT (Selective Disclosure JSON Web Token) Disclosures using Attribute-Based Encryption (ABE) to enable flexible access control on the basis of the Verifier's attributes. By integrating Ciphertext-Policy ABE (CP-ABE) into the existing SD-JWT framework, the Holder can assign decryption policies to Disclosures, ensuring information is selectively disclosed. The mechanism's feasibility was evaluated in a virtualized environment by measuring the processing times for SD-JWT generation, encryption, and decryption with varying Disclosure counts (5, 10, 20). Results showed that SD-JWT generation is lightweight, while encryption and decryption times increase linearly with the number of Disclosures. This approach is suitable for privacy-sensitive applications like healthcare, finance, and supply chain tracking but requires optimization for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Security in Wireless Sensor Networks
