Releases: ShaneWD/PasswordManagerWebsite
Releases · ShaneWD/PasswordManagerWebsite
Important Security Update
Before Update:
Since each stored password has a specific link (directly related to its id), anyone can go to that weblink and try to decrypt it, even if that person is not the official owner
After Update:
If the account a person using is the owner of the stored password, it will not direct them to the stored password information, even if they know the weblink/object ID; instead, it will give an error message.
Extras:
- Added more error indicators (messages)
- Slightly altered styling
Demo:
Quality of Life: Visuals and Account configuration
v1.0
The password manager is fully functional
- It does not store plain text passwords
- It uses the master account password to encrypt and decrypt secondary account passwords
- it encrypts the secondary passwords twice
- The input type="password" is given to all input fields that are for the user's password(s)