Go to file
2024-07-31 17:02:14 +02:00
data Add repeating XOR encryption 2024-07-31 16:49:39 +02:00
tests Add repeating XOR encryption 2024-07-31 16:49:39 +02:00
.gitignore Initial commit 2024-07-31 11:11:34 +02:00
basics.ts Add repeating XOR encryption 2024-07-31 16:49:39 +02:00
package-lock.json Change repo name 2024-07-31 13:28:10 +02:00
package.json Initial commit 2024-07-31 11:11:34 +02:00
README.md Update progress in README 2024-07-31 17:02:14 +02:00
utils.ts Add solutions to challenge 4 2024-07-31 13:19:47 +02:00

Crypto Pals

My attempts at the CryptoPals challenges.

Stack: Node.js with Typescript, using TDD.

Running

npm i
npm test

Progress:

  • Set 1:
    • Challenge 1
    • Challenge 2
    • Challenge 3
    • Challenge 4
    • Challenge 5
    • Challenge 6
    • Challenge 7
    • Challenge 8
  • Set 2:
  • Set 3:
  • Set 4:
  • Set 5;
  • Set 6:
  • Set 7:
  • Set 8: