Skip to content

aquarial/cryptopals-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptopals

Working through cryptography problems in Haskell, getting familiar with the libraries and the language.

https://cryptopals.com/

Notes:

  • Always filter out the '\n' from the challenge files
  • The file in challenge 10 is base 64 encoded
  • This is a great explanation for how CBC encryption works
  • Challenge 12 gives a VERY rough outline. Step 3 is insightfull, 4 & 5 & 6 are borderline misleading.

Releases

No releases published

Packages