Skip to content

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.

Notifications You must be signed in to change notification settings

dogukanturan/flask-password-generator

Repository files navigation

Flask Password Generator

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published