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
Using a GPG key where the master/primary key is certify-only and kept offline, with only subkeys (signing, encryption, auth) exported via gpg --export-secret-subkeys and imported on-device.
Steps to reproduce
Generate a GPG key with certify-only primary + separate sign/encrypt/auth subkeys.
Directly copying the same .gpg file and decrypting via OpenKeychain (separately installed) succeeds without issue — confirms the encrypted data and the encryption subkey itself are valid and functional.
Importing the full master key (not stripped) into Password Store's Key Manager works correctly and decrypts without issue — isolates the problem specifically to handling of a stripped-primary-key (subkeys-only) import, not the encryption algorithm or key format itself.
Describe the bug
Using a GPG key where the master/primary key is certify-only and kept offline, with only subkeys (signing, encryption, auth) exported via gpg --export-secret-subkeys and imported on-device.
Steps to reproduce
Expected behavior
Passphrase prompt, then successful decryption.
Screenshots
Immediate "No decryption keys found" error — no passphrase prompt appears at all.
Device information
Android Password Store
GrapheneOS (Pixel 9a)
GPG key: Ed25519 primary (Certify only), cv25519 encryption subkey, Ed25519 signing subkey, Ed25519 auth subkey — generated GnuPG 2.4.x
Additional context
gpg 2.40Curve25519 AEAD android-password-store/Android-Password-Store#2586).