iot-lab-kiit / Password-Generator

Application made in Django to generate random passwords as based on certain criteria .
https://passgeniot.herokuapp.com/
3 stars 7 forks source link

Update and Restruture #16

Closed mathematical-guy closed 2 years ago

mathematical-guy commented 2 years ago

Using Django Jinja Template language, edited html code for clear understanding (install jinja template extension if using VS Code)

added MAXLENGTH and MAXPASSWORD so that it can be easily altered afterwards

changed password generation flow (include can be added as the password generated)

kanishkguptagit commented 2 years ago

@mathematical-guy please remove .pyc and binary files from commit

kanishkguptagit commented 2 years ago

@mathematical-guy please remove all the conflicts

mathematical-guy commented 2 years ago

@kanishkguptagit I have solved the conflict, please check. Thank you