GithubHelp home page GithubHelp logo

theejhay / cryptdecrypt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from va5c0/cryptdecrypt

1.0 3.0 1.0 24 KB

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

Python 100.00%

cryptdecrypt's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.