LeoneOdinga / SimplePasswordManager

A simple way to store your passwords without requiring third party applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimplePasswordManager

A simple way to store your passwords without requiring third party applications

Simple To Use. Store Your Passwords For Each Websites You Visit

when creating an account with a website, it has an option for generating random strong passwords

The next time you visit a site whose information you saved to the application, just type the name of the website and search it, it will bring you a prompt that your password has been copied to the clipboard and your work will be to paste and login to your desired site.

The data is stored automatically in a json file within your local host

Advantages

  1. No need of a third party application software which may bring trust issues with some clients
  2. It is very simple to use
  3. Gives random strong password combinations for sensitive sites
  4. You do not need to use the same passwords for different sites to reduce single point of failure/risk once an attacker gets one of your passwords to unlock other accounts using similar passwords

Disadvantages

  1. It is a simple application that still needs a lot of development to ensure maximum effectiveness and robustness as well as security as no authentication is required and the passwords are in plaintext format
  2. More can be donešŸ˜Ž

About

A simple way to store your passwords without requiring third party applications

License:MIT License


Languages

Language:Python 100.0%Language:Hack 0.0%