You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A secure cloud access backend system built with Python, featuring JWT authentication, MongoDB integration, AWS IAM role management, SSH gateway configuration, and multi-factor authentication (MFA) support.