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