Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
[flagged] Show HN: PassManagerWeb, A Password Manager Written in Django (github.com/passmanagerweb)
56 points by Obvious-Apricot on July 2, 2024 | hide | past | favorite | 6 comments


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!

Source code: https://github.com/PassManagerWeb/PassManagerWeb

Live on: https://passmanagerweb.onrender.com/


[flagged]


Thanks mate, I really appreciate! You are always free to contribute.


[flagged]


Thanks, I really appreciate it! Just to let you know, you can even contribute to it when you feel to.


[flagged]


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!


Yeah, I might use email services for that (SMTP). Thanks for the advice!




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: