This project encrypts SQL databases using AES-GCM-256 and CP-ABE. Key data columns are encrypted with AES-256, and the keys are secured with CP-ABE based on policies. Data access is managed via ABAC, and decryption requires multiple security layers. A simple interface is built with PyQt6, and querying encrypted data via CSV is currently supported.
-
Updated
Jun 19, 2025 - Python