Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nvnx7/cryptopals-cryptography-cracks

Rust implementation of cracks of cryptopals challenges
https://github.com/nvnx7/cryptopals-cryptography-cracks

challenge crypto cryptography rust

Last synced: 10 days ago
JSON representation

Rust implementation of cracks of cryptopals challenges

Awesome Lists containing this project

README

        

# Cryptopals crypto challenges

Cracks/solutions to challenges on [Cryptopals](https://cryptopals.com/), implemented in Rust language.

Test challenges by running (in root dir):
```
cargo test
```

Test a specific challenge:
```
cargo test test_c
```
where `x` is challenge number.

Documented explanations of challenges series on [DEV](https://dev.to/thenvn/cryptopals-crypto-challenges-using-rust-convert-hex-to-base64-jkc)