Skip to content

DSCKGEC/Passman

Repository files navigation

Passman

Contributors Forks Issues Pull Request

An open source password manager

Contents

  1. Description
  2. Project structure
  3. Project roadmap
  4. Getting started
  5. Built with
  6. Contributing
  7. Authors
  8. License

Description

This project aims to provide an opensource alternative to password managing solutions for enhanced security and more flexeblity.

What's the problem?

Already existing solutions are not open source specifically over android platform which compromises security.

How can this project help?

This project is planned to provide various layers of security to password management including both local and cloud solutions.

The idea

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.

Project structure

├── .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

Project roadmap

The project currently does the following things.

  • Stores passwords locally
  • Stores user acount details locally

Additional details

Please read details.md for details on how every thing is implemented and further documentations.

Current Issues

Please read issues.md for details on future plans and current issues.

Getting started

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:

Prerequisites

Local environment

  • A code editor
  • Flutter installed
  • Emulator or android phone

Anything else

yes, a will to make it happen

Installing

follow these steps

  1. Install flutter
  2. Open the root folder in a code editor
  3. start Emulator or connect an android device
  4. start a terminal and type flutter run

Built with

  • Flutter
  • Firebase

Contributing

Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An opensource password manager

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •