Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nvnx7/cryptopals-cryptography-cracks
- Owner: nvnx7
- Created: 2021-12-11T12:28:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T07:46:33.000Z (over 2 years ago)
- Last Synced: 2023-09-15T11:13:52.720Z (about 1 year ago)
- Topics: challenge, crypto, cryptography, rust
- Language: Rust
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)