lucas-tulio / cryptopals

Solving the cryptopals challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptopals

Solving the cryptopals challenges

http://cryptopals.com

Set 1

  • 1. Convert hex to base64
  • 2. Fixed XOR
  • 3. Single-byte XOR cipher
  • 4. Detect single-character XOR
  • 5. Implement repeating-key XOR
  • 6. Break repeating-key XOR
  • 7. AES in ECB mode
  • 8. Detect AES in ECB mode

About

Solving the cryptopals challenges

License:GNU General Public License v2.0


Languages

Language:Python 100.0%