https://github.com/zoracon/rust-practice
Rust projects focusing on cryptography
https://github.com/zoracon/rust-practice
Last synced: 5 months ago
JSON representation
Rust projects focusing on cryptography
- Host: GitHub
- URL: https://github.com/zoracon/rust-practice
- Owner: zoracon
- Created: 2020-11-04T19:22:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-01T11:21:42.000Z (6 months ago)
- Last Synced: 2026-01-06T09:02:40.110Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 156 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just me practicing with Rust as a substitute for different programs I'd normally use like OpenSSL, hash utilities, etc.
## Project types so far
## 1. x509 PEM Parsing
Different tries at parsing x509 certs
## 2. SHA256 Hash
I took from [here](https://rust-lang-nursery.github.io/rust-cookbook/cryptography/hashing.html#calculate-the-sha-256-digest-of-a-file) and added the ability to add any file from your directory instead of hardcoded file names like the example
## 3. CryptoPals Challenges
- hextobase64
- fixed xor
## 4. Arti Client
Experimented with Tor's rewritten in Rust Tor Client!