summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/user-goodpassword.page
blob: bde955200a2087fde41155d1e508c3270895ab75 (plain)
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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="user-goodpassword">

  <info>
    <link type="guide" xref="passwords"/>
    <desc>Use longer, more complicated passwords.</desc>
    <revision pkgversion="0.1" version="0.1" date="2010-12-29" status="draft"/>
    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
  </info>

<title>Choosing a good, secure password</title>

<p>Choosing a good password will help to keep your computer (and your personal information) safe. If your password is easy to guess, someone may figure it out and gain access to your computer or your data. People could even use computers to systematically try to guess your password, so even a password that would be difficult for a human to guess might be easy to break. Here are some tips for choosing a good password:</p>

<list>
 <item>
  <p>Use a mixture of upper-case and lower-case letters, numbers and symbols in the password.</p>
  <p>This makes it more difficult to guess; there are more symbols to choose from, so more possible passwords that someone would have to check when trying to guess yours.</p>
 </item>
 <item>
  <p>Have at least 8 characters in your password.</p>
  <p>The more characters your password contains, the longer it should take for someone to guess it.</p>
 </item>
 <item>
  <p>Don't use common words or phrases as your password.</p>
  <p>Password crackers will try these first.</p>
 </item>
 <item>
  <p>Use different passwords for different things.</p>
  <p>Password crackers will try these first. The most common password is "password" - people can guess passwords like this very quickly!</p>
 </item>
 <item>
  <p>Use different passwords for different accounts.</p>
  <p>If you use the same password for all of your accounts, anyone who guesses that password will be able to access all of your accounts immediately.</p>
  <p>It can be difficult to remember lots of passwords, however. Though not as secure as using a different password for everything, it may be easier to use the same password for things that don't matter (like passwords for websites), and different passwords for important things (like your online banking account and your email).</p>
 </item>
</list>
  
  <comment>
   <cite date="2010-10-31" href="mailto:gnome-doc-list@gnome.org">GNOME Documentation Project</cite>
   <p>Tips on what makes a secure password.</p>
  </comment>
	
</page>