An open source password manager
- Description
- Project structure
- Project roadmap
- Getting started
- Built with
- Contributing
- Authors
- License
This project aims to provide an opensource alternative to password managing solutions for enhanced security and more flexeblity.
Already existing solutions are not open source specifically over android platform which compromises security.
This project is planned to provide various layers of security to password management including both local and cloud solutions.
The essence is to use locally encrypted file as a backup for password retrieval which if even is hacked from cloud cannot be cracked without users master password.
├── .github/ github related files like PR templates, contribution guidelines
├── android flutter generated android specific code
├──ios flutter generated ios specific code (for future use)
├── lib contains all source codes and modules of projects
├──lowlevel contains low level security APIs
├──test individual widgets can be tested here
├── .gitignore stores files and directories to be ignored in commits
├── LICENSE the open source license
├── pubspec.yaml metadata of the project
├── pubspec.lock stores version of every package used in the project
└── readme.md details and instructions about the project go here
The project currently does the following things.
- Stores passwords locally
- Stores user acount details locally
Please read details.md for details on how every thing is implemented and further documentations.
Please read issues.md for details on future plans and current issues.
Everyone is welcomed to contribute to our project. Mentioning in bold, you do not need to know the tech stack and tools beforehand to be a part of our project. This is a learn-and-build projects where the contributors build alongside learning the various concepts and technologies involved.
Below are a few prerequisites and installation guides:
- A code editor
- Flutter installed
- Emulator or android phone
yes, a will to make it happen
follow these steps
- Install flutter
- Open the root folder in a code editor
- start Emulator or connect an android device
- start a terminal and type
flutter run
- Flutter
- Firebase
Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.