mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-23 08:09:00 -05:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"Flow": {
|
|
"Parts": {
|
|
"MD5Checksum": {
|
|
"Description": "Computes a MD5 checksum of the working file and stores it in the variable \"MD5\" and in \"Checksum\".",
|
|
"Label": "MD5 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\".",
|
|
"Label": "SHA1 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\".",
|
|
"Label": "SHA256 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\".",
|
|
"Label": "SHA512 Checksum",
|
|
"Outputs": {
|
|
"1": "Checksum stored in variables \"SHA512\" and \"Checksum\""
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Plugins": {
|
|
"ChecksumNodes": {
|
|
"Description": "Flow elements that provide the ability to run a checksum against a file.",
|
|
"Label": "Checksum"
|
|
}
|
|
}
|
|
} |