Skip to content

A Python script to identify the hash type. It supports all the most common algorithms used to encrypt passwords and data.

Notifications You must be signed in to change notification settings

SMH17/hashidentifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A Python scrypt to identify the hash type. Support all the most common hash algorithms used to encrypt passwords and data.

Encryption formats supported: ADLER-32 CRC-32 CRC-32B CRC-16 CRC-16-CCITT DES(Unix) FCS-16 GHash-32-3 GHash-32-5 GOST R 34.11-94 Haval-160 Haval-192 110080 ,Haval-224 114080 ,Haval-256 Lineage II C4 Domain Cached Credentials XOR-32 MD5(Half) MD5(Middle) MySQL MD5(phpBB3) MD5(Unix) MD5(Wordpress) MD5(APR) Haval-128 MD2 MD4 MD5 MD5(HMAC(Wordpress)) NTLM RAdmin v2.x RipeMD-128 SNEFRU-128 Tiger-128 MySQL5 - SHA-1(SHA-1($pass)) MySQL 160bit - SHA-1(SHA-1($pass)) RipeMD-160 SHA-1 SHA-1(MaNGOS) Tiger-160 Tiger-192 md5($pass.$salt) - Joomla SHA-1(Django) SHA-224 RipeMD-256 SNEFRU-256 md5($pass.$salt) - Joomla SAM - (LM_hash:NT_hash) SHA-256(Django) RipeMD-320 SHA-384 SHA-256 SHA-384(Django) SHA-512 Whirlpool And more…

Based on HashID 3.4.0 code https://pypi.python.org/pypi/hashID

About

A Python script to identify the hash type. It supports all the most common algorithms used to encrypt passwords and data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages