https://github.com/tigeryant/cryptopals-challenges
Solutions to the cryptopals cryptography challenges
https://github.com/tigeryant/cryptopals-challenges
coding-challenges cplusplus cryptography cryptopals
Last synced: 8 days ago
JSON representation
Solutions to the cryptopals cryptography challenges
- Host: GitHub
- URL: https://github.com/tigeryant/cryptopals-challenges
- Owner: tigeryant
- Created: 2021-11-26T22:11:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T19:20:21.000Z (over 4 years ago)
- Last Synced: 2025-02-25T06:45:02.659Z (over 1 year ago)
- Topics: coding-challenges, cplusplus, cryptography, cryptopals
- Language: C++
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptopals Challenges
## Overview
## Set 1
### Challenge 1 - Convert hex to base64
### Challenge 2 - Fixed XOR
dependency: boost - dynamic bitset
### Challenge 3 - Single-byte XOR cipher