A simple web API designed to generate passwords
git clone https://github.com/ret0rn/password-generator.git
docker build --no-cache --rm -t password-generator .
docker run --rm -p 80:80 password-generator
make run
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
Result without symbols parameter