mirror of
https://github.com/gchq/CyberChef.git
synced 2026-01-30 20:30:32 -08:00
fix: spelling
This commit is contained in:
parent
43d0af1333
commit
1561e820ce
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* https://datatracker.ietf.org/doc/html/draft-krovetz-rc6-rc5-vectors-00
|
||||
*
|
||||
* Note: PKCS5 padding adds an extra block when input is exactly block-aligned.
|
||||
* Round-trip tests verify correct encryption/decryption behavior.
|
||||
* Round-trip tests verify correct encryption/decryption behaviour.
|
||||
*
|
||||
* @author Medjedtxm
|
||||
* @copyright Crown Copyright 2026
|
||||
|
|
@ -247,7 +247,7 @@ TestRegister.addTests([
|
|||
op: "RC6 Encrypt",
|
||||
args: [
|
||||
{ string: "mypassword123456", option: "UTF8" },
|
||||
{ string: "initializevec123", option: "UTF8" },
|
||||
{ string: "initialisevec123", option: "UTF8" },
|
||||
"CBC", "Raw", "Hex", "PKCS5"
|
||||
]
|
||||
},
|
||||
|
|
@ -255,7 +255,7 @@ TestRegister.addTests([
|
|||
op: "RC6 Decrypt",
|
||||
args: [
|
||||
{ string: "mypassword123456", option: "UTF8" },
|
||||
{ string: "initializevec123", option: "UTF8" },
|
||||
{ string: "initialisevec123", option: "UTF8" },
|
||||
"CBC", "Hex", "Raw", "PKCS5"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue