[BUG] Error from OpenKeyChain : No encrypted data with known secret key found in stream! #1310
-
I'm using the Redmi Note 8T. I installed android-password-store, cloned the repository, installed the OpenKeyChain, linked it with password-store. My passwords are listed in password-store. After click on some of them, this error appears. If I go to OpenKeyChain > Apps > Password Store, there isn't keys allowed. I created my keys in PC with "gpg --ful-generate-key --no-throw-keyids How can I solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi, you need to import the private part of your GPG key into OpenKeychain to be able to decrypt passwords. |
Beta Was this translation helpful? Give feedback.
-
Hey. I faced with the same problem. My steps to reproduce:
gpg --armor --export-secret-key fosterlounch@gmail.com > gpg.asc
echo "hello world" > hello-world
gpg -r fosterlounch@gmail.com -e hello-world
adb push hello-world.gpg gpg.asc /storage/self/primary
May be I made a mistake somewhere? Also I found this issue with pretty similar problem. gpg version - 2.4.5 I know that it not related to Password store, but maybe you have any solution for this? UPD: Thanks for you job! |
Beta Was this translation helpful? Give feedback.
Hi, you need to import the private part of your GPG key into OpenKeychain to be able to decrypt passwords.