Generate hashes with 20+ algorithms
https://api.dee4u.com/api/hash?data=hello&algorithm=sha256
| Parameter | Required | Example | Description |
|---|---|---|---|
data |
Required | hello |
Data to hash |
algorithm |
Optional | sha256 |
Algorithm (md5, sha1, sha256, sha512, etc.) |
{"success":true,"data":{"original":"hello","algorithm":"sha256","hash":"2cf24dba..."}}