Hasher is a tool designed to quickly generate hashes from a plaintext string in a variety of hash formats. It also can quickly compare a plaintext string to a hash value (of a specific hash type) to determine if they are a match.
Hasher was designed to be a way to locally generate or compare password hashes to their plaintext string counterparts without sending sensitive data over the internet.