Imagine, you could type the title of this blog in your command line. Here is a possible result of the command.
Wednesday, April 21, 2010
How to generate strong password in Linux
The simplest way to generate strong password in Linux is to use the pwgen command: $> pwgen -y
The "-y" parameter instructs the program to include at least one special character in the password.
As usual, for details see $> man pwgen
No comments:
Post a Comment