jadloc.
a beautiful, encrypted password manager, built using flutter and dart.
features
-
fully encrypted using xsalsa20-poly1305 (including the database stored on-device)
-
support for totp
-
secure password generation (diceware and random)
-
a beautiful ui
-
really compact database, allowing for efficient disk operations (thanks to msgpack)
-
desktop support (linux is still untested, any contibutions on the same are welcome)
- touchbar support (beta)
-
responsive ui (kinda)
-
support for autofill on android (beta)
-
support for multiple languages (feel free to make an issue if you want to contribute)
- english
- hindi
screenshots
nothing is complete without screenshots ��
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
- enable flutter desktop support (https://flutter.dev/desktop)
flutter run
Comments are closed.