Hello,
I never liked the idea of password apps that are connected to internet databases so I though I would make an app that stores your passwords offline on your device. I also set it up with profiles for different peoples information or just to organize your passwords better.
The App also features a search function so it is quicker to find the information you want instead of scrolling through long lists.
I have set the app to encrypt all the data that is stored on it through 2 layers of encryption the later using the users password for the app as part of an encryption key, so that the encryption is different for everyone who downloads the app.
App design is still in progress but I am interested in feedback, testing for bugs and most importantly I am interested in how secure the app data actually is or how to improve security.
App Does Not Work Well In Companion mode
This is because of the generated components in the app and security functions between screens in the app. Also fingerprint scanner wont work in companion
Because of encryption change users that have the app already will need to delete app data and re enter it all
Thanks to the developers that made the extensions I used:
@Patryk_F - Keyboard - additional methods for the keyboard
@Ken - FingerprintSensor Extension
@Anke - Extension - Activity Lifecycle of an app (onPause → onStop → onResume)