[开始翻译] Generate a strong password from the command line (#4613)

命令行生成高强度密码
This commit is contained in:
Fuliang.Li 2016-11-04 11:21:54 +08:00 committed by Ezio
parent fd25cb20ed
commit e0efc69c71

View File

@ -1,6 +1,8 @@
# Generate a strong password from the command line
GHLandy Translating
# Generate a strong password from the command line
![generate-a-strong-password-from-the-command-line](https://www.rosehosting.com/blog/wp-content/uploads/2016/10/generate-a-strong-password-from-the-command-line.jpg)
Having a strong password is the most important thing you can do to protect your account or server and to keep your data secure. Common thinking is that a strong password should be comprised of at least 14 characters, including lowercase and uppercase alphabetic characters, numbers and symbols and should never be based on a dictionary word. Using a long password is much more secure that using a short one, the longer the password the harder it is to guess. In this post, we will take a look at a several different ways to generate a strong password using the Linux command line.