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 commit was created on GitHub.com and signed with GitHubβs verified signature.
π What's New in v1.0.0
π End-to-End AES-256 Encrypted Communication
All messages are secured with strong AES encryption using CBC mode and SHA-256 key derivation.
Secret Key Input at Runtime
β No more hardcoded keys! You can now type your own secret key when starting the server.
β π The client must enter the same secret key provided by the server to successfully join the encrypted chatroom.