Skip to content

cacktopus/cryptopals

Repository files navigation

My solutions to cryptopals challenges

This is very rough and I'd (almost) never write production code like this.

TODO / Further study

  • RSA

    • Proof of correctness for RSA algorithm
    • Intuitive understanding of how challenge 42 works
    • Does RSA mostly work with large composite numbers instead of primes?
      • Euclid's theorem
    • Generate my own primes
  • SRP

    • Read the paper to understand the rationale for each step
    • Verify the math
  • General

    • Split tests into fast/slow

Build Status

About

My solutions to cryptopals challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages