mirror of
https://github.com/gchq/CyberChef
synced 2026-01-07 11:03:18 +00:00
rsdix
This commit is contained in:
@@ -147,7 +147,7 @@ class GenerateAllHashes extends Operation {
|
||||
}
|
||||
}
|
||||
// output the values base on the args: length & names
|
||||
if (length === "All" || value.length === parseInt(length)) {
|
||||
if (length === "All" || value.length === parseInt(length, 10)) {
|
||||
if (names) {
|
||||
output += hash.name + ":" + " ".repeat(13-hash.name.length);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user