#rsa #multi-threading #encryption #helper #message #rsa-messenger-client #rsa-messenger-server

rsa-msg-packets

A helper crate for rsa-messenger-client as well as rsa-messenger-server

8 releases

0.1.7 Feb 25, 2023
0.1.6 Feb 12, 2023

#690 in Cryptography

Download history 10/week @ 2024-02-26 108/week @ 2024-03-04 11/week @ 2024-03-11 45/week @ 2024-04-01

62 downloads per month
Used in 2 crates

MIT license

31KB
847 lines

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

~4–6MB
~113K SLoC