From e0efc69c71bcf5c2cf93df0271c0a35cb1e8d3b1 Mon Sep 17 00:00:00 2001 From: "Fuliang.Li" Date: Fri, 4 Nov 2016 11:21:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=BC=80=E5=A7=8B=E7=BF=BB=E8=AF=91]=20Genera?= =?UTF-8?q?te=20a=20strong=20password=20from=20the=20command=20line=20(#46?= =?UTF-8?q?13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 命令行生成高强度密码 --- ...161102 Generate a strong password from the command line.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/tech/20161102 Generate a strong password from the command line.md b/sources/tech/20161102 Generate a strong password from the command line.md index ad1a846b59..60e19e4880 100644 --- a/sources/tech/20161102 Generate a strong password from the command line.md +++ b/sources/tech/20161102 Generate a strong password from the command line.md @@ -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.