Skip to content

A simple hybrid encrypted file sharer: asymmetric and symmetric encryption

License

Notifications You must be signed in to change notification settings

yuhime/tcp-hybrid-enc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tcp-hybrid-enc

A simple hybrid encrypted file sharer: asymmetric and symmetric encryption. One-way (alice -> bob)

Run

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

Open two windows in the terminal: one for bob and one for alice.

# bob
cargo run --example bob

#alice
cargo run --example alice <PATH-TO-FILE>

Bob acts as the server so be sure to start him first.

About

A simple hybrid encrypted file sharer: asymmetric and symmetric encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages