Home
Softono
flutter_password_manager

flutter_password_manager

Open source Dart
18
Stars
7
Forks
1
Issues
2
Watchers
4 years
Last Commit

About flutter_password_manager

An Offline Password Manager Coded Using Flutter

Platforms

Web Self-hosted iOS Android

Languages

Dart

Links

Flutter Password Manager

TODO

  • [ ] Fix UI inconsistency.

  • [ ] Add Null Safety

  • [ ] Push Code to another branch and add maaster/main branch with Model and Provider.

A Password manager coded entirely in Flutter that used Three layers of security. It saves password in your Phone's local Storage, thus no issue of data Leak from a server.

- Support Local Storage Only as of now
- Not for web
- You can easily add Custom Backend

Security Layers

1. Your password String is Encrypted itself.
2. The Entire Database is encrypted.
3. Uses Your Phone's Local Bio (Fingerprint) auth.
    - Also it is single-time Allow only, 
    which means if you press home or back, You will have to re-authenticate.

Security

- need to re-authenticate every time app is launched
- Won't be visible in recent - activity
- Local Authentication ( Bio )
- Database is encrypted
- Passwords are encrypted
- App Level security

Todos

- add Delete
- add Edit
- add a text-auto-fill for correctly mapping icons to service

Screenshots

Text

Text

Text

Text

Text

Text

Text

SOCIAL

Facebook 🧡

Instagram

Gitlab

Github

Data

- type
- nick
- username/email
- password