An awesome password manager for all your password need.
Report Bug
·
Request Feature
This is password manager for all your password needs, this stores your password locally by encrypting it. This is cross platform app built with Flutter to give you very native feel, but with awesome UI and better performance.
- Login with biometrics (fingerprints etc..)
- Save all your password locally, so no intrusion
- Encrypts all your password before saving into DB
- Material design for better user experience
Configure project to run locally. Please follow below steps
You will need the following prerequisites to get started
- Flutter
- You should not see any error with flutter doctor
$ flutter doctor
-
Clone the repo
$ git clone https://github.com/singhsaubhik/cryptokeep.git
-
Install dependencies
$ flutter pub get
-
Start Emulator / Simulator
-
Start app in debug mode
$ flutter run
- Login into app with biometrics on supported devices
- Support of creating and restoring backup
- Support for other platforms than Mobile (ie: Desktop)
- Save password on cloud (Firebase)
- Support dynamic theme for entire application (ie: Dark / Light)
- Add unit test
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the The Unlicense License. See LICENSE
for more information.
Twitter: @singhsaubhik1
Email: [email protected]
This is a learning project and might not have been tested for production, and may break for you even might not be completly secure.