Hi, Is there a way to decript files without having to type my private password??? gpg -o file.txt --decrypt file.txt.gpg Gpg needs the private password to decrypt. Is there a way to put this password inside a file and do the command above without the need to put the password?? Or is there another command that i can do it??? Thank you.