[][src]Crate hash_data

A library and command line tool for identifying hashes.

Examples

Using the library:

assert_eq!(hash_data::parse("$1$42bad211$ums.eDtzK/1711rUkRsd31"), vec!["MD5(Unix)"])

On the command line:

$ hash-data '$1$42bad211$ums.eDtzK/1711rUkRsd31'
MD5(Unix)

Functions

parse

Parses the hash and returns potential hash types.