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
AesBridge is a modern, secure and cross-language AES encryption library that supports CBC, GCM, and Legacy CBC modes. The goal is to ensure secure, interoperable encryption across multiple platforms and programming languages
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.
BAR (Burn After Reading) is a secure, offline desktop app for managing sensitive files. It scans for and handles .bar files across your devices, with no server dependencies to ensure your data stays local.