Categorygithub.com/ret0rn/password-generator

# README

Password Generator

A simple web API designed to generate passwords

GitHub go.mod Go version Build Status Dependabot GitHub

Setup

git clone https://github.com/ret0rn/password-generator.git

Docker

docker build --no-cache --rm -t password-generator .
docker run --rm -p 80:80 password-generator 

Makefile

make run

Usage

EndpointMethodParamsDescription
/generatePOSTlength: <uint>
symbols: <str>
Generates a password of the specified length and including the specified symbols

Result with symbols parameter

with symbols

Result without symbols parameter

with symbols

# Packages

No description provided by the author
No description provided by the author