Skip to content

arnava2004/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordManager

Involves HTML, CSS for front end JavaScript, Python, SQL is used for the BackEnd

This is a chrome extension app that stores the encrypted passwords and can also generate strong passwords. It takes a MASTER PASSWORD from the user that is not stored by the program. This master password is then used to generate a cryptographically strong key that is then used to encrypt/decrypt all your other passwords with a military grade algorithm called the AES-256. The master key is used to encrypt/decrypt all the passwords stored and is computed from the master password and a secret device code that is randomly generated by the program for each unique user.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published