Skip to content

Syed-Bilal-Haider-Engineer/Password_Manager_using_AngularJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Password manager:

Developed a simple Personal Password Manager Tool to securely store personal passwords locally, without relying on third-party services like Google Password Manager. I built this project mainly due to security and privacy concerns, as I prefer to keep full control over my sensitive data. Additionally, this project reflects my Angular coding style and development practices, demonstrating how I structure components, manage state, and implement secure data handling. It serves both as a practical utility and a showcase of my frontend development skills in building privacy-focused web applications.

Frontend Application

Techstack:

  • TypeScript
  • Angular

Features:

  1. Add the user's encrypted password to the list of users' password store.
  2. Get the list of all passwords for the user and display it.
  3. Get a single item from the password store.
  4. Update a password store item. The password should be editable only in decrypted mode. (Decrypt the password before editing)
  5. Delete a password store item.

Releases

No releases published

Packages

No packages published