Files
FileFlowsPlugins/ChecksumNodes/ChecksumNodes.en.json
2022-01-05 21:42:29 +13:00

24 lines
887 B
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\""
}
}
}
}
}