Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 634 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 634 Bytes

pro ahh end to end encrypted chat real dont use for bad actions

tutorial

run cargo run --bin generate -r to generate your keys

send your public key to your firend and keep your private key private and your friend does same thing

run cargo run --bin server -r then change the address of the server manually in your client idc

then run cargo run --bin client -r enter the path of your firend's public key and your private key then boom end to end encrypted chat ngl

todo

  • multi user system
  • save chats make saved chats encrypted
  • desktop app
  • host public server maybe
  • handle errors tbh

thx star bye