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: documentation/instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ You can encrypt any message you like by typing it to the first text box and past
38
38
To paste, copy the key to clipboard, click the text box, and press Ctrl + V.
39
39
Either of the keys can be used for encryption as long as the other is used for decryption.
40
40
* Encrypting the message with the public key ensures that you are the only person who can decrypt the message.
41
-
* Encrypting the message with the private key works as a signature: if the recipient can decrypt the message with your public key, they know that the message must be from you and not from anybody else.
41
+
* Encrypting the message with the private key works as a signature: if the recipient can decrypt the message with your public key, they know that the message must be from you and not from anybody else. Note: If you have shared the public key with several people, do not use the private key to encrypt any information that they are not all allowed to see.
42
42
43
43
The encrypted message will appear in a third text box. You may copy it the same way as the keys.
44
44
If you give an invalid key, error message will appear in the third box.
0 commit comments