mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
DES Encrypt/Decrypt - checks length of IV string
Checks the length of IV string when encrypting. DES encrypt/decrypt test swas updated to use utf8 instead of HEX.
This commit is contained in:
parent
3472484601
commit
3e93580aa4
3 changed files with 12 additions and 2 deletions
|
@ -400,7 +400,7 @@ color: white;
|
|||
},
|
||||
iv: {
|
||||
string: "threetwo",
|
||||
option: "Hex",
|
||||
option: "utf8",
|
||||
},
|
||||
mode: "ECB",
|
||||
});
|
||||
|
@ -415,7 +415,7 @@ color: white;
|
|||
},
|
||||
iv: {
|
||||
string: "threetwo",
|
||||
option: "Hex",
|
||||
option: "utf8",
|
||||
},
|
||||
mode: "ECB",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue