• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Gnu PG

I can encrypt files fine after importing the keys i need. However, i am unable to decrypt them. I can extract them using PGP (the gui version for Windows), but when i use gpg i get this error:

c:\>gpg --decrypt "c:\crap\century.doc.gpg"
gpg: encrypted with 2048-bit RSA key, ID FFF1B3EC, created 2006-10-16
"USERNAME <MY-EMAIL@MYWORK.ORG>"
gpg: decryption failed: secret key not available

How do i get the "secret key" to work?
 
Both your public and private keys are in the keychain (I haven't used gnupg in a while, and never from the cli, so my phrasing may be a bit off 😉)? You typed in the right passphrase?
 
uninstall and reinstall gnupg if you haven't.

check: C:\Documents and Settings\username\Application Data\gnupg

is secring.gpg missing?
 
Originally posted by: nova2
uninstall and reinstall gnupg if you haven't.

check: C:\Documents and Settings\username\Application Data\gnupg

is secring.gpg missing?
Secring.gpg is there, however, the file size is 0KB. I guess that is bad?
 
Back
Top