Hey guys, so basically lately I have been working on a personal project of mine that I called PassManagerWeb - a password manager that allows you to securely store your passwords of your online account's using AES-256 encryption. It's already hosted and open source on GitHub for anyone to give it a try with clear instructions on how to run it locally. More info on GitHub Readme. Any advice on how to improve it would be helpful. Additionally, stars, contributions and donations are appreciated as well!
Thanks dude, I also thought of that idea lately but I still try to figure out what is the most suitable way to do it. Like I don't know if it's better to use sockets or email services for this. Any idea?
Personally, I would suggest you to go with the email services path, because in that way you still can handle encryption in traffic rather things to get complicated. Sockets basically tend to be used for other purposes like to send messages across a network. But at the end of the day the decision is yours!
Source code: https://github.com/PassManagerWeb/PassManagerWeb
Live on: https://passmanagerweb.onrender.com/