mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
allow 16-byte keys for Triple DES in CMAC operation
This commit is contained in:
parent
c0bd6645ce
commit
fe9eb08648
2 changed files with 6 additions and 4 deletions
|
@ -303,7 +303,7 @@ TestRegister.addTests([
|
|||
{
|
||||
"name": "CMAC-TDES: invalid key length",
|
||||
"input": "",
|
||||
"expectedOutput": "the key for Triple DES must be 24 bytes (currently 20 bytes)",
|
||||
"expectedOutput": "the key for Triple DES must be 16 or 24 bytes (currently 20 bytes)",
|
||||
"recipeConfig": [
|
||||
{
|
||||
"op": "CMAC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue