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.
13
13
The private key is called *private * for a reason. Never share this
14
14
key with anyone.
15
15
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
17
17
be read by the owner of the private key. As such it's also referred to
18
18
as the *encryption key *. Decrypting a message can only be done using
19
19
the private key, hence it's also called the *decryption key *.
20
20
21
21
The 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
23
23
by the owner of the private key, and that the message was not modified
24
24
after signing.
25
25
You can’t perform that action at this time.
0 commit comments