this post was submitted on 21 Nov 2023
1 points (100.0% liked)
Side Project
29 readers
1 users here now
A community for sharing and receiving constructive feedback on side projects.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I created my own password manager for all my passwords, it can generate passwords, encrypts them into a json file and uses a hash to password protect it. Every time I sign up to a new website or anything I just load it up real quick get a new password and plug it in. It keeps everything safe, as far as I know, and I am the only one with access to it. It gives me peace of mind that I have control over my own security instead of praying that I am not in any dataleaks. It was also just fun to code, use, and to know that I made something that is useful to me.