In this repository you can find my answers to cryptopals crypto challenges. Challenges are available on Cryptopals website.
Code is written in ES2015, tests done using mocha and chai.
npm install
npm test
β Basics
β Block crypto
β Block & stream crypto
β Stream crypto & randomness
β Diffie-Hellman and friends
β RSA and RSA
β Hashes
β Abstract Algebra