Skip to content

TermTalk v1.0.0 -- Added AES Encryption

Latest
Compare
Choose a tag to compare
@s-r-e-e-r-a-j s-r-e-e-r-a-j released this 15 Apr 15:01
· 13 commits to main since this release
55f177a

πŸ†• 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.