Prevent fraud and avoid being scammed


Strong Passwords Prevent Identity Theft

Maintaining a secure computer is a goodthe attacker is taking every possible
defense against becoming a victim of Identitycombination of numbers and letters and
Theft. Use a secure password. By secure, Ispecial characters and creating a hash to try
mean a password that is not easily guessable,and  match  the  hash stored by the computer.
such as a word you may find in the
dictionary. These types of passwords can beTo prevent yourself from being subjected to a
found by someone using what is known as a"brute force" attack, you can set up a
"dictionary attack" This type of attacksecurity policy that will disable the account
involves using the words that are found inafter a certain number of unsuccessful
the dictionary and comparing those to a hashattempts.
that has been generated by the Operating
System. If the attack matches the hashes,To further prevent yourself from being
then the password has been compromised. Don'tcompromised since there are programs that can
use birthdays or Social Security Numbers asdownload the hashes stored in your computer,
well. It has been recommended that youryou may want to set some kind of time limit
password be at least 8 characters long,for your passwords. A good example would be
including small and capital letters, numbers,that the password would have to be changed
and  special  characters.every 90 days, and the same password can't be
used within a 180 period. This will help
A password like "alphabet" can easily beensure that if someone did get the hash of
compromised. If you were to change it up ayour password, that by the time it is
little by making every other letter acompromised, it would be an obsolete
capital, "AlPhAbEt", this will improve thepassword.
security. You can then take it a step further
and replace the "E" with the number "3", soTry to check your logs to see if there have
then your password looks like "AlPhAb3t".been any attempts on the password. This will
Then take the "l" and change it to the numbercertainly let you know if someone is looking
"1" or even the "!". So now the passwordat your computer in order to compromise the
looks like "A!PhAb3t". It will take a superdata  that  is  stored  on  it.
computer an extremely long time to break this
password.By maintaining a secure password, you are
ensuring that your private information will
At this point the attacker would have to useremain private.
a method known as "brute force". That means



1 A B C D E 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118