23Nis
Can I specify a public key file instead of recipient when encrypting with GPG
Can I do something like:
gpg –public-key my.pub -e file.txt
If I can, any reason that I should not do that?
P/s: I think I don’t need to know about the recipient because my machine only has one public key at a time.
But that key wil…