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
- multi user system
save chatsmake saved chats encrypted- desktop app
- host public server maybe
- handle errors tbh
thx star bye