# cryptopals trying out the challenges from [cryptopals.com][cp]. finished set 1, 2, 3, 4 and 5. [cp]: https://cryptopals.com ## running requires `go >= 1.19` install it with: ``` go install ricketyspace.net/cryptopals@latest ``` run challenges with: ```bash cryptopals -c CHALLENGE_NUM ```