v1

latestOpenAPI 3.0.2Mozilla Public License 2.02026-07-17307105155.2 KB
system

Generate a hash sum for input data

post/sys/tools/hash

Request body

algorithmstring

Algorithm to use (POST body parameter). Valid values are: * sha2-224 * sha2-256 * sha2-384 * sha2-512 Defaults to "sha2-256".

formatstring

Encoding format to use. Can be "hex" or "base64". Defaults to "hex".

inputstring

The base64-encoded input data

urlalgorithmstring

Algorithm to use (POST URL parameter)

Response

OK