Password Cracking and Security

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Flashcards covering key terms and concepts related to password cracking techniques, tools, and security measures.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Password Cracking

The process of using an application program to identify an unknown or forgotten password to a computer or network resource.

2
New cards

Password Cracking Outcomes

Malicious actors can steal banking credentials or use information for identity theft and fraud.

3
New cards

Hashes

Mathematical functions that change arbitrary-length inputs into an encrypted fixed-length output.

4
New cards

Brute-Force Attack

A method that runs through combinations of characters of a predetermined length until it finds the combination that matches the password.

5
New cards

Dictionary Search

A method where a password cracker searches each word in the dictionary for the correct password.

6
New cards

Phishing

Attacks that are used to gain access to user passwords without the use of a password cracking tool, where a user is fooled into clicking on an email attachment.

7
New cards

Malware

Similar to phishing, using malware is another method of gaining unauthorized access to passwords without the use of a password cracking tool, such as keyloggers to track keystrokes, or screen scrapers.

8
New cards

Rainbow Attack

An approach that involves using different words from the original password in order to generate other possible passwords, often kept in a rainbow table.

9
New cards

Guessing

An attacker may be able to guess a password without the use of tools based on information about the victim.

10
New cards

Hybrid Attack Methodologies

Password cracking programs that search for combinations of dictionary entries and numbers or special characters.

11
New cards

Cain and Abel

Password recovery software that can recover passwords for Microsoft Windows user accounts and Microsoft Access passwords, uses dictionary lists and brute-force attack methods.

12
New cards

Ophcrack

This password cracker uses rainbow tables and brute-force attacks to crack passwords and runs on Windows, macOS and Linux.

13
New cards

John the Ripper

This tool uses a dictionary list approach and is available primarily for macOS and Linux systems.

14
New cards

Legality of Password Cracking

Using a password cracking method to access one's own password is legal; using these methods or tools to gain access to someone else's password can lead to criminal charges.

15
New cards

Strong Password

Should be at least 12 characters long, combine letters and a variety of characters, avoid reusing a password, avoid easy-to-guess phrases, and use encryption.