You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flask-based web application designed to streamline DevOps processes by providing secure and customizable password generation. This application allows users to generate strong passwords based on specific criteria, ensuring enhanced security and efficiency in managing credentials.
A simple password generator built with Flask and built for testing DevOps processes.
Usage
Python
pip install -r requirements.txt
python app.py
Docker
docker run -d -e PORT=80 -p 8080:80 dturan/flask-password-generator
Test
curl "http://localhost:8080/10"
About
A Flask-based web application designed to streamline DevOps processes by providing secure and customizable password generation. This application allows users to generate strong passwords based on specific criteria, ensuring enhanced security and efficiency in managing credentials.