Utility
Hash a string
Returns the hash of a string using a specified algorithm. Supports MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA3-256, and SHA3-512. No API key required.
get/hash
Query parameters
inputstring required
Example:hello world
String to hash
algo'md5' | 'sha1' | 'sha256' | 'sha384' | 'sha512' | 'sha3-256' | 'sha3-512'
Hash algorithm
Response
Hash result