Merge branch 'HmacToggleStr' of https://github.com/qistoph/CyberChef into qistoph-HmacToggleStr

This commit is contained in:
n1474335 2018-11-07 14:18:24 +00:00
commit 8bcf68c8a1
2 changed files with 5 additions and 4 deletions

View file

@ -411,7 +411,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "HMAC",
"args": ["test", "SHA256"]
"args": [{"option": "Latin1", "string": "test"}, "SHA256"]
}
]
},