Greytree

TamWiki

For a mouse who is a packrat

Technology » Password Generators
scripts and programs to generate strong passwords

Summary:this is what goes at the top of the site

(redirected from Main.PasswordGenerators)

Here's a little one-liner in bash to generate a strong password (works on linux and os x systems, at least:

  1. cat /dev/urandom | strings | grep -o '[[:alnum:]!@%_-+=., ]' | head -n 15 | tr -d '\n'

generates a password that looks like:

 oJhh!j0bNAiZNDa


Tags: Categories: HowTos

Recent Changes | Printable View | Page History | Edit Page
Page last modified on April 17, 2012, at 08:59 PM by ImportText?