This application tries to be 100% compatible with pass (http://www.passwordstore.org)
It is available in open source at https://github.com/zeapo/Android-Password-Store
Requires https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain to encrypt and decrypt passwords.
Features
- Clone an existing pass repository
- Initialize a new pass repository
- List the passwords
- Handle the directories as categories
- Decrypt the password files (first line is the password, the rest is extra data)
- Add a new password to the current category (or no category if added at the root)
- Pull and Push changes to the remote repository
- Ability to change remote repository info
Not yet implemented:
- Create a new category
- Multiple password stores (multiple git repositories).
It is available in open source at https://github.com/zeapo/Android-Password-Store
Requires https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain to encrypt and decrypt passwords.
Features
- Clone an existing pass repository
- Initialize a new pass repository
- List the passwords
- Handle the directories as categories
- Decrypt the password files (first line is the password, the rest is extra data)
- Add a new password to the current category (or no category if added at the root)
- Pull and Push changes to the remote repository
- Ability to change remote repository info
Not yet implemented:
- Create a new category
- Multiple password stores (multiple git repositories).
Avis
Nouveautés
Major change:
- Diabled autofill (Google requested to remove the service as it uses accessibility)
Bug fixes
- Detect git push error early
- Do not keep trailing white spaces in file names
- Fix the "length of null array" bug when cloning
Commit changes: https://github.com/zeapo/Android-Password-Store/compare/v1.2.0.69...accessibility-free
