Files
FileFlowsPlugins/ChecksumNodes/ChecksumNodes.en.json
2023-08-23 16:35:00 +12:00

30 lines
1.1 KiB
JSON

{
"Flow":{
"Parts": {
"MD5Checksum": {
"Description": "Computes a MD5 checksum of the working file and stores it in the variable \"MD5\" and in \"Checksum\".",
"Outputs": {
"1": "Checksum stored in variables \"MD5\" and \"Checksum\""
}
},
"SHA1Checksum": {
"Description": "Computes a SHA1 checksum of the working file and stores it in the variable \"SHA1\" and in \"Checksum\".",
"Outputs": {
"1": "Checksum stored in variables \"SHA1\" and \"Checksum\""
}
},
"SHA256Checksum": {
"Description": "Computes a SHA256 checksum of the working file and stores it in the variable \"SHA256\" and in \"Checksum\".",
"Outputs": {
"1": "Checksum stored in variables \"SHA256\" and \"Checksum\""
}
},
"SHA512Checksum": {
"Description": "Computes a SHA512 checksum of the working file and stores it in the variable \"SHA512\" and in \"Checksum\".",
"Outputs": {
"1": "Checksum stored in variables \"SHA512\" and \"Checksum\""
}
}
}
}
}