Password Generator
Options
Use with curl
Add -L so curl follows the HTTP→HTTPS redirect:
curl -L pwd.enso.no
Memorable — Norwegian / English
mode=no | Norwegian words (default) |
mode=en | English words |
words=2–8 | Number of words (default 4) |
camel=1 | CamelCase, no separator |
digits=1 | Append a digit to each word |
special=1 | Random special char separators |
curl -L "pwd.enso.no?mode=en&words=3&digits=1&special=1"
Random characters
mode=random | Classic random password |
length=8–32 | Character count (default 16) |
upper=0 | Exclude A–Z |
lower=0 | Exclude a–z |
nums=0 | Exclude 0–9 |
sym=0 | Exclude special chars |
no_lookalikes=1 | Exclude 0 O 1 l I |
curl -L "pwd.enso.no?mode=random&length=24&sym=0"