1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="tip" id="user-goodpassword" xml:lang="zh-CN">
<info>
<link type="guide" xref="user-accounts#passwords"/>
<revision pkgversion="3.8.0" date="2013-03-09" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
<revision pkgversion="3.18" date="2015-09-28" status="final"/>
<credit type="author">
<name>GNOME 文档项目</name>
<email>gnome-doc-list@gnome.org</email>
</credit>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany.antopolski@gmail.com</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>使用长的、复杂的密码。</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>TeliuTe</mal:name>
<mal:email>teliute@163.com</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>tuberry</mal:name>
<mal:email>orzun@foxmail.com</mal:email>
<mal:years>2021</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Victor_Trista</mal:name>
<mal:email>ljlzjzm@hotmail.com</mal:email>
<mal:years>2023</mal:years>
</mal:credit>
</info>
<title>选择一个可靠的密码</title>
<note style="important">
<p>让您的密码容易记住,但别人(包括计算机程序)又很难猜出来。</p>
</note>
<p>设置一个好的密码可以让您的计算机更安全,如果密码容易猜出,某些人可能会破解它,获取您的个人资料信息。</p>
<p>有些人甚至用计算机来猜取密码,因此,有些对人来说很难的密码,却能能被计算机程序破解,下面给出一些好密码的小提示:</p>
<list>
<item>
<p>在密码中使用大小写字母、数字、特殊符号和空格等,这会使密码很难被猜出,可选的符号很多,这就使得想猜出您密码的人不得不花费更多时间来检查。</p>
<note>
<p>选择密码的一个好方法是取您能记住的短语中每个字或词的首字母。这个短语可以是一部电影、一本书、一首歌或一张专辑的名字。例如,“Flatland: A Romance of Many Dimensions ”就会变成 F:ARoMD 或 faromd 或者 f:aromd。</p>
</note>
</item>
<item>
<p>让您的密码足够长,字符越多,被猜出所花的时间也越长。</p>
</item>
<item>
<p>不要使用任何语言的标准词典中出现的单词。密码破解者会先尝试这些。最常见的密码是“password”——人们可以很快猜出这样的密码!</p>
</item>
<item>
<p>不要使用任何个人信息,如生日、车牌号或任何家庭成员的名字。</p>
</item>
<item>
<p>不要使用任何词语。</p>
</item>
<item>
<p>选择一个可以快速输入的,这样可以减少那些偷看者记住您输入字符的可能性。</p>
<note style="tip">
<p>不要把密码记在任何地方,那会很容易被发现!</p>
</note>
</item>
<item>
<p>不同的地方使用不同的密码。</p>
</item>
<item>
<p>不同的账号使用不同的密码。</p>
<p>如果您的所有账号都使用同一个密码,如果有人猜出您的密码,立即就会访问您所有的账号。</p>
<p>然而,要记住那么多密码是很困难的。虽然不如使用不同的密码安全,但在不重要的地方(如网站)使用相同的密码,在重要的地方(如网银账户和电子邮箱)使用不同的密码可能会更方便。</p>
</item>
<item>
<p>定期更改密码。</p>
</item>
</list>
</page>
|