I am using emacs on windows. Whenever I look to encrypt file contents using epa-encrypt-file in gives the following error:
Searching for program: Permission denied, gpg
How do I correct this?
EDIT
I installed gpg at the same place as the .emacs and added this to .emacs:
(when (string-equal system-type "windows-nt")
(setq exec-path
'(
"e:/GnuPG/"
)
))
Now the shown error is:
peculiar error: "Can't decrypt", "Exit"