mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 09:11:37 -04:00
DES Encryption: Check Length of IV
Encryption operation now checks the length of the IV. Also changed test to use utf8 instead of HEX because the hex string wasn't valid.
This commit is contained in:
parent
7a3ca027bb
commit
b785f4482a
3 changed files with 7 additions and 4 deletions
|
@ -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