4 different ways to generate passwords
Written by edmond in Bash, Command & Shell, Cryptare, Debian, Gnu-Linux, Security, Tips & Tricks, Utilities
To generate a password, in addition to the command above, there are 4 other commands, or at least I know only these, however, all from the command line.
egrep-ioam1 '[a-z0-9] (8)' / dev / urandom
openssl rand-base64 9
makepasswd --chars=20
</ Dev / urandom tr-dc A-Za-z0-9_ | head-c10 | xargs | cat
Post similar (or almost):
- Command to generate passwords This is a simple command to those who need ...
- Remove packages of the day is sometimes scares realized that they had ...
- How much space I am responsible to know what are the programs that deal ...
- Scripts for Gmail to fetch mail from Gmail I ...
- As long as there is no hope Shell This post comes from the awareness that one ...
















