Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wizand0/passwordmanager


https://github.com/wizand0/passwordmanager

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Password Manager
### by Wizand0

The application is completely offline and does not require permissions to access the network.

Initial start. Authorization

v1.2.8 Day/Night theme, Full Search

## Screenshots

Logo | Recycler view
:-------------------------:|:------------------------------:
![screenshot](screenshot4.png) | ![screenshot](screenshot3.png)

Edit pass in DB | Password generator
:-------------------------:|:------------------------------:
![screenshot](screenshot2.png) | ![screenshot](screenshot1.png)

## TODO
- ~~User authorization~~
- ~~salt in method~~
- Eccrypt password field in DB
- ~~Class for password generator~~
- ~~Initial activation for the initial setup~~
- ~~Menu~~
- ~~Password generator~~
- Secured Shared Preferences
- Bottom menu
- SQLite fields encryption
- Custom fields for data entry
- beautiful and user-friendly UI

## Very long-term TODO
- exporting a database
- importing a database

## Skills
- Java
- Room Database
- SQLite
- RecyclerView

## Credits
java-aes-crypto - https://github.com/tozny

## Versions
- v1.2.8 Day/Night theme, Full Search
- v1.2.7 - Day/Night theme
- v1.2.6 - min SDK to 28 (Android Pie)
- v1.2.5 - no filds encryption. + PasswordGenerator with copy password to clipboard
- v1.2 - refactoring
- v1.1 - authorization, login activity, encryption for passsword
- v0.8b - initial activation
- v0.6b - Basic functionality