5 releases
0.1.4 | Feb 25, 2023 |
---|---|
0.1.3 | Feb 12, 2023 |
0.1.2 | Feb 12, 2023 |
0.1.1 | Feb 12, 2023 |
0.1.0 | Feb 12, 2023 |
#1878 in Cryptography
44 downloads per month
135KB
3.5K
SLoC
Rsa Messenger
Uses rsa to encrypt messages and send them to the other client. Files can be sent too and multithreading is supported. Oh yeah and there's self hosting
just installing
Server: cargo install rsa-msg-server
Client: cargo install rsa-msg
Running from source code
Server
cd server && cargo run --release
Client
cd client && cargo run --release
Dependencies
~19–37MB
~539K SLoC