Skip to content

Commit

Permalink
Small F5 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dscheg committed Feb 27, 2024
1 parent 736d22c commit e6e4ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aes.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ $compress.oninput = e => {
$deflate.hidden = hide;
update();
};
$compress.oninput();

//const importKey = () => crypto.subtle.importKey("raw", fromHex($key.value), {name: "AES-CBC"}, true, ["encrypt", "decrypt"]);

Expand Down

0 comments on commit e6e4ceb

Please sign in to comment.