I am not able to decrypt my file without secret key. I know this question is asked on this before, solutions on this question did not help me.
This is my problem's scenario. This error I receive on command prompt while using --decrypt command.
gpg: decryption failed: No secret key
I have public key and a passphrase with me. I have used following commands to check if there is secret key or not.
• gpg --list-secret-keys
• gpg --list-keys
Both the above commands returned blank result(no error). so I decided to import public key with --import .
• gpg --import "C:\PATH\TO_MY_PUBLIC_KEY"
After --import command I can see public is imported. I could not find the way to deal with secret key. Is there any way I can find secret key or create new secret key.