password manager.
a beautiful, encrypted password manager, build using flutter and dart.
features
- fully encrypted using aes-256-ctr (including the database stored on-device)
- support for totp
- secure password generation (diceware and random)
- a really nice ui
- really compact database, allowing for efficient disk operations (thanks to msgpack)
- desktop support (beta)
screenshots
nothing is complete without screenshots :p
building
- install flutter
- switch to the master channel:
flutter channel master
- run
flutter upgrade
- download the repository
android
- connect your device / emulator to your computer
flutter run
ios
- connect your device / simulator to your computer (only macs are supported)
flutter run
desktop
- see hover’s build instructions here
Comments are closed.