Main sources directory here.
This program implement password storage in memory using RoomDatabase in format:
- Name of resource
- Login
- Password
- Description
All records displaying on main menu where you can swipe its up-down for scroll list or swipe left for delete record.
Database records encrypt with AES-CBC-PKCS5Padding algorithm based on user password which is set on first open. After it is used for authorization in application.
Change password you can in extended menu on main screen. Also in this menu you can export/import database in CSV format or clear it.



