I need a solution
If I extend my PGP key Pair Expiration date using (pgp --set-expiration-date) , will the key work with the existing public key?
I assume it does, but I am ...
I need a solution
Documentation for Encrypt command says "Input is either the standard input or a list of files" . Does this also apply to Decrypt ?
Background :
I ...
This issue has been solved
I need a solution
I am trying to generate my key using ver.10 of pgp command line.
I tried this :
pgp --gen-key --key-type rsa --encryption-bits 2048 --signing-bits 2048 ...