Hash Generator API

Generate hashes with 20+ algorithms

API Usage Example

https://api.dee4u.com/api/hash?data=hello&algorithm=sha256

API Documentation

Parameter Required Example Description
data Required hello Data to hash
algorithm Optional sha256 Algorithm (md5, sha1, sha256, sha512, etc.)

Output

{"success":true,"data":{"original":"hello","algorithm":"sha256","hash":"2cf24dba..."}}

Frequently Asked Questions

Which algorithms are supported?
md5, sha1, sha224, sha256, sha384, sha512, ripemd160 and many more
Is it secure?
We don't store your input data. Stateless API.