Passwd.

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

splash

home

gmail_details

stackoverflow

password_gen_0

password_gen_1

deletion_notice

secure

hindi

Building

  • Install Flutter
  • Switch to the master channel: flutter channel master
  • Run flutter upgrade
  • Clone 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

GitHub

https://github.com/gargakshit/passwd