filmov
tv
04 03 using gpg to sign a message

Показать описание
Demonstrate using your private key to sign a message, then verifying and decrypting the signature using the associated public key.
Signing verifies the identity of the signer (the only one with the private key) all other things being equal.
See also
04 01 generating public private key pairs
04 02 using a public key to encrypt a message, decrypt with the associated private key
Signing verifies the identity of the signer (the only one with the private key) all other things being equal.
See also
04 01 generating public private key pairs
04 02 using a public key to encrypt a message, decrypt with the associated private key