mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-07 13:00:09 -06:00
30 lines
1.1 KiB
JSON
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\""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |