Skip to content

Commit 5ccc955

Browse files
save file
1 parent 8ba1a7e commit 5ccc955

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

blog/26-04-26/x509-certificates-in-js---encrypt-decrypt-data/ex/aes-encrypt-decrypt-browser.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ TypedArray.prototype.slice() : https://developer.mozilla.org/en-US/docs/Web
5151
console.log('decrypted :');
5252
console.log(txt);
5353

54-
})();
55-
54+
5655
console.log();
5756
console.log();
5857

59-
(async()=>{
60-
58+
6159
if(enabled=1){
6260
console.log('decrypt test');
6361
console.log();

0 commit comments

Comments
 (0)