TUG SITE! Random password generator

Generation:

Four random words from the EFF wordlist — easier to remember, still strong.

Click Generate — passwords appear here.

API

Generate passwords via URL parameters — same style as the TUG IP geolocation API.

GET https://tugsite.com/api/?length=20&upper=1&lower=1&digits=1&symbols=1&count=3

GET https://tugsite.com/api/?type=words&word_count=4&separator=-&capitalize=1&count=2

Standard 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

4-word parameters (type=words)

  • word_count — 3–8 (default 4)
  • separator / sep-, space, _, ., or empty
  • capitalize1/0
  • count — 1–50 passphrases

Output

  • formatjson (default) or text

Need IP geolocation? TUG IPtugip.com API.