Java implementation of DET-ABE, a security scheme that implements the "Digital Envelope Technique", where bulk encryption of files is done using AES and the AES-key is protected using CP-ABE encryption. CP-ABE uses different pairing constructions to match the AES security levels of 128, 192 and 256-bits. -
View it on GitHub