Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

53 Commits

Repository files navigation

cryptopals-rust

A rust implementation of the cryptopals challenges.

Building

  • install rustup
  • cargo build or cargo build --release (building release is slow, but runs much faster)
  • ./target/debug/cryptopals [OPTIONS] or ./target/release/cryptopals [OPTIONS]
  • make sure you run this from the root of this repo, as it requires the data folder.

Running

cryptopals 1.0
Nicholas Dujay <nickdujay@gmail.com>
Runs Matasano's cryptopals challenges
USAGE:
cryptopals [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --challenge <challenge> Configures which challenge to run.

About

cryptopals, but in rust

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages