Skip to content

yuhime/rust-tcp-rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-tcp-rsa

Simple chat (one-way: alice -> bob) using RSA asymmetric encryption over TCP connection

Run:

git clone https://github.com/yuhime/rust-tcp-rsa.git && cd rust-tcp-rsa

Open two windows in your terminal: one for bob and one for alice then:

# bob
cargo run --example bob

# alice
cargo run --example alice

About

Simple chat (one-way: alice -> bob) using RSA asymmetric encryption over TCP connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages