Skip to content

zakkariyaa/password-manager

Repository files navigation

Password Manager

A fully functional password manager + plus password generator. Built with HTML/CSS/Javascript.
This project was built as part of FAC's application process

Webpage screenshot

How it works:

  • User creates an account before they can utilize the functionalities of the website.
    If they already registered, they will be logged atomatically. Info is stored in local storage.

  • They can add passwords they want to save, edit or delete existing ones
    or generate totally new passwords.

  • User can use search to find passwords (have to put the name exactly as stored).

Limitations

  • The authentication is pretty rudimentary and only allows one user per browser.

  • The search functionality is not intuitive as it requires the exact same name to find passwords.

Features

1- Client side authentication functionality (registartion and login)

Webpage screenshot

2- Adding new passwords to storage
3- Editing
4- Deleting

Webpage screenshot

5- Generating customizable passwords

Webpage screenshot