mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
update HMAC test after merge and add loader to allow external uglifyjs plugin to work for node builds
This commit is contained in:
parent
97255bbb33
commit
b19f8f65a4
5 changed files with 578 additions and 42 deletions
|
@ -647,7 +647,7 @@ WWFkYSBZYWRh\r
|
|||
}),
|
||||
|
||||
it("HMAC", () => {
|
||||
assert.strictEqual(chef.HMAC("On Cloud Nine", {key: "idea"}).toString(), "b128b48ec0d6b0f1a27220c396d0f3e5");
|
||||
assert.strictEqual(chef.HMAC("On Cloud Nine", {key: "idea"}).toString(), "78206a67f34bfc073243c3c89148c21e");
|
||||
}),
|
||||
|
||||
it("JPathExpression", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue