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

https://github.com/benhunter/cryptopals

cryptopals.com
https://github.com/benhunter/cryptopals

Last synced: 11 months ago
JSON representation

cryptopals.com

Awesome Lists containing this project

README

          

# Cryptopals.com
## Cryptopals Rules
Always operate on raw bytes, never on encoded strings. Only use hex and base64 for pretty-printing.

## TODO:
- https://pypi.python.org/pypi/pycryptodomex
- https://github.com/yuvadm/matasano-cryptopals
- https://github.com/akalin/cryptopals-python3