语言
/v1/hash
传递任何字符串并以您选择的算法接收其加密哈希。 支持 MD5、SHA-1、SHA-256、SHA-384 和 SHA-512。 对于校验和、数据完整性验证和内容指纹识别很有用。
The input string to hash.
Hash algorithm to use.
curl -X POST https://api.botoi.com/v1/hash \ -H "Content-Type: application/json" \ -d '{"text":"hello world","algorithm":"sha256"}'
在服务器端对上传的文件进行哈希处理,并与已知的校验和进行比较,以验证下载或检测篡改。
为用户提交的内容生成 SHA-256 指纹,以便在将其存储到数据库之前检测重复项。
计算传入 Webhook 有效负载的 HMAC 或哈希,并将其与提供程序签名标头进行比较。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.