5fac80e5292058467caf0dd6e17c2b03db54d3ee
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.
Description
Languages
PHP
43.8%
Python
38%
CSS
15.5%
Dockerfile
2.6%