6 lines
727 B
Markdown
6 lines
727 B
Markdown
# pwd.matt-cloud.com
|
|
Password Generator I built a while ago because I was sick of doing it manually. I have now updated it to use a Python API backend, tidied up the PHP code, and added some CSS to make it look nicer.
|
|
|
|
This works with a Python API backend for password generation and tracking with a PHP-based front-end for selecting the password type and rating its strength.
|
|
|
|
There is still a lot of logic in the PHP site, though I think I will offload more processing to the python back-end to allow future extensibility. I think if I moved all the information about all the passwords to the Python service, I could change the PHP site to dynamically generate itself based on the amount of password types from the server. |