Module 7 1 Authentiation Password
Module 7 1 Authentiation Password
Authentication Authorization:
The time to crack/hack passwords with respect to the password length and its
complexity. The search speed supposedly equals 100,000 passwords per
second (a very decent speed).
Dictionary Attack
Hybrid Attack
Social Engineering
The keylogger program records each keystroke the user types and uploads the
information over the Internet periodically to whoever installed the program.
Although keylogger programs are promoted for benign purposes like allowing
parents to monitor their children's whereabouts on the Internet, most privacy
advocates agree that the potential for abuse is so great that legislation should
be enacted to clearly make the unauthorized use of keyloggers a criminal
offense.
Make sure anytime you are using a public computer make sure there are new
devices between the computer and the keyboard.
There are detection programs for software keyloggers that are often installed as a
part of some Malware or Rootkit. These are dangerous and the hardest to
detect.
E.g password that is 2 chars long, is case sensitive, consists of letters and
numbers * First char: lower case letters (26) + upper case letters (26) +
numbers (10) = 62 *Second char: same as first = 62 * Total permutations 62 *
62 = 3,844
26/12/2023 CS6018 Information Security 15
Time to Crack Password Using Brute Force Attack
When hackers use computers to systematically cycle through each letter in a character set.
Basic goal of a secure password is one that is easy for YOU to remember but hard
for someone else to find out
DO NOT use word or number patterns (e.g. "aaabbb", "qwerty" "123321", etc. )
Use passphrases
Turn your sentence or phrase into a password. - Take the first letter of each word in your
sentence to create a password - Example: "mpiewyft5s“
Make your password complex by using special characters and upper and lowercase. - For
instance, substitute "i" with "!" , "e" with "3" and "s" with "$" - "mpiewyft5s" becomes "Mp!
3wYft53$"
Consider testing your password with a password checker, which will rate your password on
strength, complexity, length, etc.
Change your passwords at least every 90 days and do not "recycle" passwords; i.e. using old passwords
26/12/2023
again, or slightly modifying your existing CS6018 Information Security
password. 23
What makes a good password?
Be aware of different attacks, and how they are used to crack passwords
Basic goal of a secure password is one that is easy for YOU to remember but hard
for someone else to find out
Examples
- Fingerprint, Handwritten signature, Facial recognition, Speech recognition, Gait
(walking) recognition, “Digital doggie” (odor recognition), Many more!