File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ and a public key.
1313 The private key is called *private * for a reason. Never share this
1414 key with anyone.
1515
16- The public key is used for encypting a message such that it can only
16+ The public key is used for encrypting a message such that it can only
1717be read by the owner of the private key. As such it's also referred to
1818as the *encryption key *. Decrypting a message can only be done using
1919the private key, hence it's also called the *decryption key *.
2020
2121The private key is used for signing a message. With this signature and
22- the public key, the receiver can verifying that a message was signed
22+ the public key, the receiver can verify that a message was signed
2323by the owner of the private key, and that the message was not modified
2424after signing.
2525
You can’t perform that action at this time.
0 commit comments