Skip to content

uhyo/crypto-rc4-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RC4 implementation in Rust

Warning: this implementation is not intended for practical use.

How to use

This implementation is written in the Rust language. So you need to have Rust installed. If not, first install Rust from the official site.

Once you have Rust, the following command at the project repository should build and run the implementation.

cargo run --release

This will store the results in the data directory.

About

Rust training by RC4 implementation (for the report for the crypto class)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published