I need a solution
Hi Guru,
I got one weird situation. I used below command to encrypt file and it is successful.
/opt/freeware/pgp/bin/pgp -- encrypt $1 -- recipient ""
However, it failed when I changed command to below 2.
/opt/freeware/pgp/bin/pgp -- encrypt $1 -- recipient AllBureau
/opt/freeware/pgp/bin/pgp -- encrypt $1 -- recipient "AllBureau"
AllBureau is the vendor keyID we loaded. When we list the key, it showed as AllBureau <xxx@yyy.com>. xxx@yyy.com is vendor's email address.
We are going to have another vendor's public key. So we need to be able to encrypt file using specific key. Could you help to let me know how to specific key in the command?
Thanks in advance!
Norman