Skip to content

Releases: ShaneWD/PasswordManagerWebsite

Important Security Update

21 Aug 13:49
Compare
Choose a tag to compare

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:

video

Quality of Life: Visuals and Account configuration

21 Jan 18:44
Compare
Choose a tag to compare

Font-end:

  • The front end styles & visuals improved
  • most pages have the ability to display messages

Frontend & Backend:

  • User can change their master password (master password required)
  • User can permanently delete their account (master password required)

Demo:

demo

v1.0

18 Jan 19:05
9524bc7
Compare
Choose a tag to compare

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)

Demo

demo