/hash
计算文本的哈希值,返回十六进制摘要。使用 Web Crypto API 原生实现,不产生外部请求。
text
algo
curl "{{ORIGIN}}/hash?text=hello"
curl "{{ORIGIN}}/hash?text=hello&algo=sha-512"