Skip to content

Encrypt your password or decrypt your hash. Multiple algorithms supported.

Notifications You must be signed in to change notification settings

Va5c0/CryptDecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypt - Decrypt Tool

Encrypt your password or decrypt your hash. Multiple algorithms supported:

  • MD5
  • NTLM
  • LM
  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512

How it work

Cloning this repo to your computer typing on your terminal:
git clone https://github.com/Va5c0/CryptDecrypt.git

Install necesary libraries:
python installer.py

Type ./crypt-decrypt.py -h to see help.
Type ./crypt-decrypt.py to see examples.

Use examples:

1- Encrypt word/s
./crypt-decrypt.py -e -t [hash type] -w [word/s]

2- Encrypt word/s with all hash types
./crypt-decrypt.py -e -a -w [word/s]

3- Decrypt hash (Online mode)
./crypt-decrypt.py -d -o -t [hash type] -w [hash]

4- Decrypt hash (Offline mode)
./crypt-decrypt.py -d -f -t [hash type] -l [wordlist] -w [hash]

5- Decrypt hashes contains in a file (Offline mode)
./crypt-decrypt.py -d -f -t [hash type] -l [wordlist] -F [file with hashes list]

6- Decrypt hashes contains in a file (Online mode)
./crypt-decrypt.py -d -o -t [hash type] -F [file with hashes list]

7- Identify type of hash
./crypt-decrypt.py -i -w [hash]

8- Identify type of hashes contains in a file
./crypt-decrypt.py -i -F [file with hashes list]

Version

Crypt - Decrypt Tool V2.0

About

Encrypt your password or decrypt your hash. Multiple algorithms supported.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages