How do you generate passwords?

px. picture px. · Sep 19, 2008 · Viewed 17.7k times · Source

How do you generate passwords?

  • Random Characters?
  • Passphrases?
  • High Ascii?

Something like this?

cat /dev/urandom | strings

Answer

aaronsw picture aaronsw · Sep 19, 2008

Mac OS X's "Keychain Access" application gives you access to the nice OS X password generator. Hit command-N and click the key icon. You get to choose password style (memorable, numeric, alphanumeric, random, FIPS-181) and choose the length. It also warns you about weak passwords.