Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 403 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 403 Bytes

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