You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/26-04-26/x509-certificates-in-js---encrypt-decrypt-data/x509-certificates-in-js---encrypt-decrypt-data.html
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@
70
70
71
71
72
72
<blog-hdrv2.0component=grp1>
73
-
<h1class=title>
73
+
<h1slot=titleclass=title>
74
74
x509 Certificates in Javascript : Encrypt / Decrypt Data
75
75
</h1>
76
76
<timeslot=datedatetime=2026-04-26>
@@ -100,9 +100,17 @@ <h1 class=title>
100
100
AES symmetric key and together with the encryption parameters decrypts the payload.
101
101
key
102
102
<br>
103
-
The procedure follows this process because, AES symmetric key encryption is quick and easy. The mathematics
104
-
of RSA encryption only allows for small amount of information to be encrypted
103
+
The procedure is used because, AES symmetric key encryption is quick and easy. The mathematics
104
+
of RSA encryption only allows for small amount of information to be encrypted.
105
105
</p>
106
+
<ul>
107
+
<li>
108
+
2048 bit RSA key => ~ 190 Bytes of encrypted payload
109
+
</li>
110
+
<li>
111
+
4096 bit RSA key => ~ 340 Bytes of encrypted payload
0 commit comments