(redirected from Main.PasswordGenerators)
Up: ^Security^
Here's a little one-liner in bash to generate a strong password (works on linux and os x systems, at least:
- 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?