I'm trying to encrypt file.
Here is my command.
"gpg --yes --batch --cipher-algo AES256 --passphrase abcd123 --output "+"E:/Softwares"+"/" +"logfile"+".gpg --symmetric --cipher-algo AES256 "+"E:/Softwares/logfile.txt"
But am getting error like this:
java.io.IOException: Cannot run program "gpg": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
Please anyone can help me what's going on?
I've used this command earlier to do encryption as well. but this time its giving problem.
Thanks !!