NewPass Password Manager
May 2022,NewPass is a password manager website that I built for my first-year web development project at university. It is a simple to use password manager focused on giving the user complete ownership of their data.
Features
- AES-256 encryption of your passwords
- No reliance on 3rd-parties to keep your data safe
- Customisable password generator
- QR codes generated for passwords, easy to use on mobile
- Password strength checker
- Clean user interface with light and dark themes
- Displays the date of the last time a password was changed, keeping you up to date on your security
While building the project, I learned how to use AJAX to load different pages of the website without reloading the page. This was also the project that I discovered Font Awesome icons and learned how to implement them in my user interface design.