Password and passkey manager application for Android, compatible with ZX2C4's Pass command line application
Kotlin
449
4,664 commits
updated Sep 21, 2026
Password Store is a pass-compatible password manager, passkey credential provider and autofill service for Android.
As a credential provider, it can respond to passkey creation and authentication requests from browsers and native apps. Supported passkey types are EdDSA (Ed25519), ES256, and RS256. Passkey functionality is available on devices with Android 14 and above.
Forked from the archived Password Store project.
Latest snapshot build (APK) of this fork
Verification info:
app.passwordstore.agrahnCA:3A:D7:C5:F9:90:BF:82:57:7C:EC:3B:9F:F9:E5:DB:C1:7E:05:2F:AB:C3:C7:58:8A:48:92:C4:15:67:12:90The original documentation can be found here and there.
To activate passkey (Android 14+) and autofill support, go to Settings → Autofill & Passkeys and choose Password Store as your preferred service. For Chrome and Chromium-based browsers, you might additionally need to enable "Autofill using another service" within the browser's own settings.
Utilising the standard pass file structure, passkey data is stored on the first line, followed by optional extra content, as line-oriented plain text secured by PGP encryption. Details on passkey encoding and storage are given in file PasskeyStorage.md.
gpg --armor --gen-random 1 24 # generate a strong random password; use it in the next step
gpg --armor --export-secret-keys <ID of key used for pass> | gpg --armor --symmetric --output myKeyForPass.sec.asc
File myKeyForPass.sec.asc can be directly imported into Password Store via Settings → PGP Settings → Key Manager → +; enter the password from the first step when asked for the backup code.
pass/Password Store from the "My Keys" list.Issues and pull requests are welcome, but avoid bulky, hard to digest multi-feature contributions, especially AI-generated ones. Refer to the Changelog for the latest fixes and additions.
If you wish to sponsor the original author, financial contributions can be made through OpenCollective.
(top 30 of 111)
Kotlin
99.4%
Password and passkey manager application for Android, compatible with ZX2C4's Pass command line application
Kotlin
449
4,664 commits
updated Sep 21, 2026
Password Store is a pass-compatible password manager, passkey credential provider and autofill service for Android.
As a credential provider, it can respond to passkey creation and authentication requests from browsers and native apps. Supported passkey types are EdDSA (Ed25519), ES256, and RS256. Passkey functionality is available on devices with Android 14 and above.
Forked from the archived Password Store project.
Latest snapshot build (APK) of this fork
Verification info:
app.passwordstore.agrahnCA:3A:D7:C5:F9:90:BF:82:57:7C:EC:3B:9F:F9:E5:DB:C1:7E:05:2F:AB:C3:C7:58:8A:48:92:C4:15:67:12:90The original documentation can be found here and there.
To activate passkey (Android 14+) and autofill support, go to Settings → Autofill & Passkeys and choose Password Store as your preferred service. For Chrome and Chromium-based browsers, you might additionally need to enable "Autofill using another service" within the browser's own settings.
Utilising the standard pass file structure, passkey data is stored on the first line, followed by optional extra content, as line-oriented plain text secured by PGP encryption. Details on passkey encoding and storage are given in file PasskeyStorage.md.
gpg --armor --gen-random 1 24 # generate a strong random password; use it in the next step
gpg --armor --export-secret-keys <ID of key used for pass> | gpg --armor --symmetric --output myKeyForPass.sec.asc
File myKeyForPass.sec.asc can be directly imported into Password Store via Settings → PGP Settings → Key Manager → +; enter the password from the first step when asked for the backup code.
pass/Password Store from the "My Keys" list.Issues and pull requests are welcome, but avoid bulky, hard to digest multi-feature contributions, especially AI-generated ones. Refer to the Changelog for the latest fixes and additions.
If you wish to sponsor the original author, financial contributions can be made through OpenCollective.
(top 30 of 111)
Kotlin
99.4%