Insecure Password Generator
Inspiration
Insecure password generator started out as a way to play with Python Flask. I wanted to understand how it worked, so I made something simple to test out the functionality.
Making passwords has always been difficult for me. Like with variable names, my passwords tend to get uncreative as time goes by, and therefore less secure. With the insecure password generator, I can now make some more creative passwords. Given a list of constraints, this program will generate a password that can be used. The reason why it's insecure is because the algorithm uses pseudorandomness to pick words.
Next step
The next step in this project is to make a pleasing UI. Currently, this app is functional, but it doesn't look great. It looks very suspicious, and would probably make people not want to use this service.
Built With
- batchfile
- c
- css
- html
- javascript
- powershell
- python
- tcl
Log in or sign up for Devpost to join the conversation.