Dears,
I'm new to PGP command line and now install two instance of PGP command line in differant meachines
on first machine i create private and public key and encrypt some of file using below command:
pgp --encrypt --input F:\PGPTest\Original\A1.txt --output F:\PGPTest\Encrypted\A1.txt.pgp -r "SAQWA"
after that im export the public key of first machine (the machine that create encrypted file) to the second machine
and i import the key and sign itand trust it, after that im try to decrypt the encripted files using:
pgp --decrypt --input C:\PGPTest\Encrypted\A1.txt.pgp --output C:\PGPTest\Encrypted\A1.txt --passphrase "P@ssw0rd" --overwrite remove --temp-cleanup remove --input-cleanup remove
error occured 1080: No private key found?
HELP ASAP :(