Hash Generator

Generate cryptographic hashes. Supports MD5, SHA-1, SHA-256, SHA-512.

Endpoints

GET /hash/md5/{text}
GET /hash/sha1/{text}
GET /hash/sha256/{text}
GET /hash/sha512/{text}
GET /hash/sha224/{text}
GET /hash/sha384/{text}