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

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

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