Suppress the passphrase prompt in GPG command
问题 Edited Version I have a question about GPG, but I write all of the process, maybe it will help someone. I want to: Suppress the passphrase prompt in GPG command. I don't want to: use -c option (--symmetric). I have 2 systems Linux and Windows. I want to send the data from Linux to Windows. I want to encrypt the data in Linux and decrypt in Windows. myFileOnLinux.txt is a file on Linux that I want to encrypt. my@Email.com the UID of pair key. myPasswordPhrase is the password phrase. I