สร้าง Hash ด้วย Algorithm ต่างๆ มากกว่า 20 แบบ
https://api.dee4u.com/api/hash?data=hello&algorithm=sha256
| Parameter | จำเป็น | ตัวอย่าง | คำอธิบาย |
|---|---|---|---|
data |
จำเป็น | hello |
ข้อมูลที่ต้องการ hash |
algorithm |
ไม่บังคับ | sha256 |
Algorithm (md5, sha1, sha256, sha512, etc.) |
{"success":true,"data":{"original":"hello","algorithm":"sha256","hash":"2cf24dba..."}}