rahulpandharkar / Password_Manager

A project developed using HTML, CSS and PHP to save a user's passwords of all websites at one place.
1 stars 0 forks source link

Password encryption #2

Open 3Butterfly0 opened 2 hours ago

3Butterfly0 commented 2 hours ago

The current implementation of the password manager saves user passwords without robust encryption or uses outdated encryption methods. This exposes a vulnerability where, if the password storage (database or file system) is compromised, the user passwords can be read or extracted in plain text. To enhance security, passwords must be encrypted using modern cryptographic standards.

rahulpandharkar commented 2 hours ago

Yes, as this project was built as an amateur developer, encryption was not in plan. Would be added soon!