Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Missing "g"
  • Loading branch information
mattosaurus authored Sep 2, 2020
1 parent f4b26e3 commit 3d7b7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ using (PGP pgp = new PGP())
### Encrypt and Sign
Encrypt the provided file or stream using a public key and sign using your private key. You usually encrypt with the public key of your counterparty so they can decrypt with their private key and sign with your private key so they can verify with your public key.

[`pg --encrypt --sign --recipient 'some user ID value' "C:\TEMP\keys\content.txt"`](https://medium.com/@acparas/how-to-encrypt-and-sign-a-file-with-gpg-531070b2fa6d)
[`gpg --encrypt --sign --recipient 'some user ID value' "C:\TEMP\keys\content.txt"`](https://medium.com/@acparas/how-to-encrypt-and-sign-a-file-with-gpg-531070b2fa6d)
#### EncryptFileAndSign
```C#
using (PGP pgp = new PGP())
Expand Down

0 comments on commit 3d7b7eb

Please sign in to comment.