Password Manager
Password Manager
A password manager is a program that allows you to generate and store all A
password manager is essentially an encrypted digital vault that stores secure
password login information you use to access apps and accounts on your
mobile device, websites and other services.
Features:
One Password to rule them all
A password manager stores all of your passwords in a single account.
The master password to your safe is the only password you’ll ever need
to remember.
Backup:
The Ability to store the passwords in an encrypted file which can be
backed up in your computer or cloud storage which can be used later to
recover passwords
Password Generator:
This Manager can generate random, strong and complex passwords for
each of your accounts. Password cracking programs are designed to
guess the most common passwords first so completely random
passwords are far stronger than those you come up with off the top of
your head.
Simple Login
You can login to accounts the easy way. Once you sign up for a password
manager, you can install a browser extension that will autofill logins for
you while still storing them securely.
Initially, we will be concentrating on creating a browser extension and If we get
time we will also create a mobile application which will work together with
extension and sync passwords
The only algorithm required is for encrypting the passwords and the file where
the password is stored. For that we can either use AES or other standard
algorithm depending on requirement and ease of implementation