Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizand0/passwordmanager
https://github.com/wizand0/passwordmanager
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wizand0/passwordmanager
- Owner: wizand0
- Created: 2024-08-27T06:16:43.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:38:15.000Z (4 months ago)
- Last Synced: 2024-08-29T14:54:50.647Z (4 months ago)
- Language: Java
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Password Manager
### by Wizand0The 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