let me start by saying I’m extremely new to all of this. What I am trying to do is to use gpg from within Java in order to decrypt an encrypted file. What I’ve done successfully: Had a colleague encrypt a file using my public key and his private key and successfully decrypted it. Went the other way Had another