Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 620 Bytes

Cryptopals challenges done in Node.js

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.

How to run:

npm install
npm test

Progress:

✅ Basics

☐ Block crypto

☐ Block & stream crypto

☐ Stream crypto & randomness

☐ Diffie-Hellman and friends

☐ RSA and RSA

☐ Hashes

☐ Abstract Algebra