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
Secure end-to-end encrypted messaging system built with FastAPI and Python. Uses RSA-AES hybrid encryption, bcrypt password hashing, session-based authentication, and TLS (HTTPS) to protect communication. Messages are stored encrypted on the server, ensuring confidentiality, integrity, and secure key exchange against network attackers.