You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jchavannes ,
thanks for creating such a useful package,
while trying encrypt_test
I just replaced the content with my public and private gpg keys but getting error while decoding in my case as below
Error reading message: openpgp: incorrect key and decrypted message is empty , I checked the encrypted data ,looks fine.
help appriciated .
[Note] have exported gpg keys from same linux machine with below commands
Public Key - gpg --armor --export <keyid>
Private Key - gpg --armor --export-secret-keys <keyid>
The text was updated successfully, but these errors were encountered:
Hi @Naveenkhasyap I'm not sure why you might be having that issue. Unfortunately I have not used this repo in awhile and don't have more info that could help.
Hi @jchavannes ,
thanks for creating such a useful package,
while trying encrypt_test
I just replaced the content with my public and private gpg keys but getting error while decoding in my case as below
Error reading message: openpgp: incorrect key
and decrypted message is empty , I checked the encrypted data ,looks fine.help appriciated .
[Note] have exported gpg keys from same linux machine with below commands
Public Key -
gpg --armor --export <keyid>
Private Key -
gpg --armor --export-secret-keys <keyid>
The text was updated successfully, but these errors were encountered: