-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: password or pattern protection #187
Comments
My understanding is that protections in Android itself should be sufficient, and anything added to the app itself are unnecessary. Encryption
Password
Does this information alleviate your concerns? If not, can you better describe your use case where a password and encryption are still necessary in the app? |
Hi @brarcher, What matters to me really is not the encryption but the password protection for multiple reasons:
|
I would not be opposed to having the database be encrypted, using a key from Android's Keystore. It would probably not be something I will get to, though. If someone from the community were interested in contributing the feature, I'd be glad to review the changes. |
I really think it's important for the financial information to be protected by a password or some other protection method.
Maybe a data encryption option can follow later.
The text was updated successfully, but these errors were encountered: