Skip to content

ret0rn/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Endpoint Method Params Description
/generate POST length: <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