#server #send-message #rsa #client #applications #hash #checking

app rsa-msg-server

[SERVER] Send files & messages across the internet using RSA / AES. Fast and secure transfer by checking for hashes. This is the server part of the application.

3 releases

0.1.2 Feb 25, 2023
0.1.1 Feb 12, 2023
0.1.0 Feb 12, 2023

#1834 in Cryptography

Download history 16/week @ 2024-02-22 32/week @ 2024-02-29 8/week @ 2024-03-07 6/week @ 2024-03-14

52 downloads per month

MIT license

68KB
1.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

~17–30MB
~448K SLoC