Skip to content

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

Notifications You must be signed in to change notification settings

Zen-kun04/Challenge-Decrypter

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published