Skip to content

lachrimae/cryptopals-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I started this repository to work through the Cryptopals challenges in Rust. I wanted to learn how to write in Rust, and I wanted to learn how to crack sloppy crypto.

How to use

# access useful tools
nix-shell

# build as a Nix derivation
nix-build ./release.nix

# download various ciphertexts from the cryptopals website
make get-data

# run the code for the ninth challenge
cargo run -- --set 9
# assign `set' to a garbage string to run all challenges sequentially
cargo run -- --set asdf

# run additional tests
cargo test

About

working through cryptopals in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages