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
- Host: GitHub
- URL: https://github.com/Syed-Bilal-Haider-Engineer/Password_Manager_using_AngularJS
- Owner: Syed-Bilal-Haider-Engineer
- Created: 2024-12-16T12:55:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-02T19:59:47.000Z (10 months ago)
- Last Synced: 2025-09-02T21:25:27.214Z (10 months ago)
- Topics: angular, asp-net-mvc, csharp, javascript, microsoft-sql-server
- Language: TypeScript
- Homepage: https://password-manager-gray-beta.vercel.app
- Size: 60 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.