An open API service indexing awesome lists of open source software.

https://github.com/Syed-Bilal-Haider-Engineer/Password_Manager_using_AngularJS


https://github.com/Syed-Bilal-Haider-Engineer/Password_Manager_using_AngularJS

angular asp-net-mvc csharp javascript microsoft-sql-server

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.