2022-01-13 08:56:17 -05:00

17 lines
412 B
Plaintext

{
"name": "sha256",
"groups": ["Conversions"],
"type": "function",
"description": "Creates a sha256 hash from a string.",
"variableLenArguments": false,
"arguments": [{
"arg": "string",
"description": "the string to hash"
}],
"examples": [{
"expression": "sha256('QGIS')",
"returns": "'eb045cba7a797aaa06ac58830846e40c8e8c780bc0676d3393605fae50c05309'"
}],
"tags": ["hash"]
}