Skip to content

Commit a7ea958

Browse files
save file
1 parent bba00f3 commit a7ea958

1 file changed

Lines changed: 13 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@ <h1 class=title>
9292
</p>
9393
</div>
9494

95+
<div class=description>
96+
<p>
97+
The procedure uses RSA encryption to encrypt an AES symmetric key. The AES symmetric key and encryption
98+
parameters are then sent to the receiver with the encrypted payload. The sender uses the receivers
99+
RSA public key to encrypt the AES symmetric key. The receiver uses the RSA private key to decrypt the
100+
AES symmetric key and together with the encryption parameters decrypts the payload.
101+
key
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
105+
</p>
106+
</div>
107+
95108

96109
<div class=blog-text>
97110
<h4>

0 commit comments

Comments
 (0)