/Challenge-Decrypter

This was a challenge made the 05th October 2023, I had to code a website to decrypt hashes in one hour.

Primary LanguageTypeScript

Decrypter Challenge in 1 hour

This project was made to bruteforce a hash (+ salt) accepting multiple hash types such as:

  • SHA-1
  • SHA-256
  • SHA-512
  • MD5

Installation

git clone https://github.com/Zen-kun04/Challenge-Decrypter
cd Challenge-Decrypter
npm i
npm run dev

Then open a new terminal

cd Challenge-Decrypter
cd backend
python server.py

Then go to https://127.0.0.1:3000