Random /dev/urandom Based Passwords
74V9OVUB 9VAUy4DF v0NXozk6 Qag4x5aM 6xFjdvm9
J/JqJJGw cOukO5Dj Nr230K5t 1Vj8WKjf 3j/yzI8x
Click a password for more details.
| More

About

A simple service that generates random passwords of varying randomness, additional formats available by just clicking on each password.

  • NATO perfect for reading out over the phone
  • crypt usable in Apache htpasswd files
  • md5 usable in Linux /etc/shadow files
  • rot13 just for laughs!

We do not record or log any passwords


Links

Phonemic

A phoneme is the smallest linguistically distinctive unit of sound. This type of password uses random phonemes along with some knowledge of vowels, consonants, dipthongs and whether they should not come first or last in an English word. The result are hopefully easier to remember passwords than pure random ones.

rand()

This type of password uses the Ruby rand() function generate random passwords. The randomness of this type of password is not truely random though we do seed it using the time.

/dev/urandom

For very strong random passwords this is the generator of choice, it uses the Linux /dev/urandom as a source of random data.