Generate hash value
Generates a hash value for a given string.
URL
https://api.excelapi.org/other/hash
Configuration
| Configuration | Required | Description |
|---|---|---|
| text | ✔ | Specify strings to include. |
| algolizum | Specify a hash algorithm. md5、sha-1、sha-256、sha-512、sha3-256、sha3-512 のいずれか。 If not specified, use md5 |
Example

B2:
=WEBSERVICE("https://api.excelapi.org/other/hash?text="&ENCODEURL(A2))
Comparison of Hash Algorithms

tip
If you prefer a random string, you can also generate a password by create password.