mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Rename operation
This commit is contained in:
parent
a6d85aff1b
commit
1bfd9eb7c9
5 changed files with 19 additions and 19 deletions
|
@ -233,7 +233,7 @@ Full hash: $2a$10$ODeP1.6fMsb.ENk2ngPUCO7qTGVPyHA9TqDVcyupyed8FjsiF65L6`;
|
|||
}),
|
||||
|
||||
it("Chacha20 Encrypt", () => {
|
||||
const result = chef.chacha20Poly1305Encrypt("Come out of the cupboard, you boys and girls", {
|
||||
const result = chef.chacha20Encrypt("Come out of the cupboard, you boys and girls", {
|
||||
key: {
|
||||
string: "0011223344556677001122334455667700112233445566770011223344556677",
|
||||
option: "hex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue