Skip to content

Instantly share code, notes, and snippets.

@arkadiyt
Last active April 25, 2023 11:19
Show Gist options
  • Star 39 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save arkadiyt/5b33bed653ce1dc26e1df9c249d8919e to your computer and use it in GitHub Desktop.
Save arkadiyt/5b33bed653ce1dc26e1df9c249d8919e to your computer and use it in GitHub Desktop.
Cryptopals Set 8

Cryptopals is a set of cryptographic challenges, originally published here: https://cryptopals.com

Set 8 of the challenges was never published publicly, until late March 2018. However the cryptopals website was not updated to include the challenges. This gist compiles the 8th set of the Cryptopals challenges.

title link
57. Diffie-Hellman Revisited: Small Subgroup Confinement https://toadstyle.org/cryptopals/513b590b41d19eff3a0aa028023349fd.txt
58. Pollard's Method for Catching Kangaroos https://toadstyle.org/cryptopals/3e17c7b35fcf491d08c989081ed18c9a.txt
59. Elliptic Curve Diffie-Hellman and Invalid-Curve Attacks https://toadstyle.org/cryptopals/a0833e607878a80fdc0808f889c721b1.txt
60. Single-Coordinate Ladders and Insecure Twists https://toadstyle.org/cryptopals/c53b90a3e9e753ddad56edbbd33838aa.txt
61. Duplicate-Signature Key Selection in ECDSA (and RSA) https://toadstyle.org/cryptopals/809dccecda0e94ea588d66c12a1cf593.txt
62. Key-Recovery Attacks on ECDSA with Biased Nonces https://toadstyle.org/cryptopals/76f2e314809b2a34ce9ff0d2a08f7a7f.txt
63. Key-Recovery Attacks on GCM with Repeated Nonces https://toadstyle.org/cryptopals/2dfbf7e58fd43c140b62485f8d90bebe.txt
64. Key-Recovery Attacks on GCM with a Truncated MAC https://toadstyle.org/cryptopals/1d79ee513b73e1e0367eae2297e9f234.txt
65. Truncated-MAC GCM Revisited: Improving the Key-Recovery Attack via Ciphertext Length Extension https://toadstyle.org/cryptopals/a1a2e7311ec5f2535ec46eaebd4588f0.txt
66. Exploiting Implementation Errors in Diffie-Hellman https://toadstyle.org/cryptopals/66.txt
@evandrix
Copy link

any links to any solutions/writeups?

@evandrix
Copy link

also, this is missing #66 https://toadstyle.org/cryptopals/66.txt

@arkadiyt
Copy link
Author

any links to any solutions/writeups?

Nope

also, this is missing #66 https://toadstyle.org/cryptopals/66.txt

Added, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment