Skip to content

Commit faa41d3

Browse files
save file
1 parent 99228eb commit faa41d3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ TypedArray.prototype.slice() : https://developer.mozilla.org/en-US/docs/Web
4949
console.log('decrypted :');
5050
console.log(txt);
5151

52+
})();
53+
5254
console.log();
5355
console.log();
5456

55-
})();
56-
57-
5857
(async()=>{
5958

6059
if(enabled=1){

0 commit comments

Comments
 (0)