HashData – A Command-line Hash Identifying Tool
Installation $ gem install hashdata 1 $ gem install hashdata Usage Command Line When installed, run hashdata and paste in hashes when prompted. Library Example Script: require 'hashdata' hash = HashData.new puts(hash.check_type("1111111111111",'DES')) 1 2 3 require 'hashdata' hash = HashData.new puts(hash.check_type("1111111111111",'DES')) The above should output true. The library only matches the start of your second input, this means that you can check something is an MD5 hash without having to worry about if it is from Joomla or Unix for example. Hashes Supported Adler32 Blowfish(Eggdrop), Blowfish(OpenBSD) CRC-16, CRC-16-CCITT CRC-32, CRC-32B CRC-96(ZIP) Domain Cached Credentials, Domain Cached Credentials 2 DES(Unix), DES(Oracle) FCS-16, FCS-32 FNV-132, FNV-164 GOST R 34.11-94 GHash-32-3, GHash-32-5 Haval-128, Haval-160, Haval-192, Haval-224, Haval-256 Joaat Lineage II C4 LM Lotus Domino MD2, MD4, MD5 MD5(Joomla), MD5(osCommerce)...