-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Android password manager app compatible with pass, the standard unix password manager.
-
[Secure Copy & Paste](Secure Copy & Paste) - #2
Control the Clipboard (i.e. clear after 45 seconds). Don't let unauthorized apps access the password you want to copy & paste.
-
[Browse passwords](Browse passwords) to copy or show
Recursively browse the directories with passwords. Allow to copy or show.
-
Full compatibility with pass and the gnupg toolchain.
-
[Import & Update passwords](Import & Update passwords) - #5
One-way push of passwords from computer to device.
-
[Secure Passphrase & Password Cache](Secure Passphrase & Password Cache)
Don't leak anything. But don't make the mobile life too uncomfortable.
-
Preferences. Let the user decide. As much as possible.
-
Modern UI and [App Architecture](App Architecture)
Pleasant to the eye. Easily extensible. Hackable.
-
[Secure Password Storage](Secure Password Storage) - #1
Encrypted container for passwords to hide even their file names.
-
[Built-in keyboard](Built-in keyboard) for passphrase entry - #3
Don't let other apps snoop the passphrase. Be paranoid.
Maybe one day support:
- Searching for a password
- Sharing of a password (TODO: analyse security impact)
- Creation of passwords
- Real 2-way sync (with conflict handling / merging)
- Security tips, like "Did you know..." you can improve your ~/.gnupg/gpg.conf settings? i.e. improve hashing algorithms used, see bettercrypto.org
- Improve security by including PRNG fixes. Some SecureRandom Thoughts.