••••••••••••••••

TUG SITE! Random password generator

Generation:
Click Generate — passwords appear here.

API

Generate passwords via URL parameters — same idea as tugip.com/api.

GET /api/?length=20&upper=1&lower=1&digits=1&symbols=1&count=3

GET /api/?length=16&symbols=0&exclude_ambiguous=1&format=text

Parameters

  • length / len — 4–128 (default 16)
  • count / n — 1–50 (default 1)
  • upper, lower, digits, symbols1/0
  • exclude_ambiguous — drop 0 O 1 l I
  • formatjson (default) or text