Skip to content

Commit 3109f9d

Browse files
save file
1 parent 73e4b8d commit 3109f9d

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

blog/26-04-26/x509-certificates-in-js---encrypt-decrypt-data/x509-certificates-in-js---encrypt-decrypt-data.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,32 @@ <h4>
159159
<snippet-editor component id=x509-nodejs src='ex/rsa-encrypt-decrypt-nodejs.js'></snippet-editor>
160160

161161

162+
<div>
163+
164+
AES encrypt / decrypt in the browser
165+
166+
</div>
167+
168+
<snippet-console component id=x509-browser src='ex/aes-encrypt-decrypt-browser.js'></snippet-console>
169+
170+
171+
<div>
172+
173+
AES encrypt / decrypt in nodejs
174+
175+
</div>
176+
177+
<snippet-editor component id=x509-nodejs src='ex/aes-encrypt-decrypt-nodejs.js'></snippet-editor>
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
162188
<divv class=blog-text>
163189
<h3 class=blog-hdr>
164190
SPKI

0 commit comments

Comments
 (0)