logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hashid - Identify the different types of hashes used to encrypt data

Author

       c0re (c0re@psypanda.org)

v1.4                                             28 January 2014                                       hashid(7)

Bugs

       If you find a bug, please report it at https://github.com/psypanda/hashID/issues

Description

hashID  is  a  tool written in Python 3.x which supports the identification of over 210 unique hash types
       using regular expressions.

       It is able to identify a single hash, parse a file or read files in a directory and identify  the  hashes
       within  them.   hashID  is  also capable of including the corresponding hashcat mode and/or JohnTheRipper
       format in its output.  Although hashID is written in Python 3.x it should also work with Python 2.7.

Name

hashid - Identify the different types of hashes used to encrypt data

Options

-e,--extended
              list all possible hash algorithms including salted passwords

       -m,--mode
              include corresponding hashcat mode in output

       -j,--john
              include corresponding JohnTheRipper format in output

       -oFILE,--outfileFILE
              write output to file (default: STDOUT)

       -h,--help
              show help message and exit

       --version
              show program's version number and exit

Synopsis

hashid [-h] [-e] [-m] [-j] [-o FILE] [--version] INPUT

See Also