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
End-to-end secure messaging system in Python using AES-CBC encryption and PBKDF2-derived keys. Implements socket-based client-server encrypted communication, replay prevention with random IVs, and encrypted SQLite message storage with decryption utilities.