Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.45 KB

HashDecryptor

decrypts pwned password hashes

!!! MAKE SURE TO INSTALL PYTHON !!!

Linux Terminal Install


cd #HOME

cd HashDecryptor

cd HASHDECRYPT

pip3 install -r requirements.txt

python3 decryptor.py


Windows Install


download the file and unzip it

run cmd as administrator

enter following command: C:\Users\YOURUSERNAMEHERE\Downloads\HashDecryptor-main\HashDecryptor-main\HASHDECRYPT

enter following command: pip install -r requirements.txt

enter following command: python3 decryptor.py