Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

WGU Introduction to Cryptography Exam - Topic 4 Question 4 Discussion

(Which attack may take the longest amount of time to achieve success?)
D) Brute-force
A) Birthday
B) Rainbow table
C) Dictionary

WGU Introduction to Cryptography Exam - Topic 4 Question 4 Discussion

Actual exam question for WGU's Introduction to Cryptography exam
Question #: 4
Topic #: 4
[All Introduction to Cryptography Questions]

(Which attack may take the longest amount of time to achieve success?)

Show Suggested Answer Hide Answer
Suggested Answer: D

A brute-force attack exhaustively tries every possible key or password candidate until the correct one is found. Because it explores the full search space (or a very large portion of it), brute force is often the slowest method, especially when strong keys, long passwords, rate limits, and slow password hashing (bcrypt/Argon2) are used. By contrast, a dictionary attack reduces work by trying only common or likely passwords, often succeeding quickly against weak human-chosen secrets. Rainbow table attacks shift work into precomputation; once a table exists, lookup can be faster than brute-force---though salt and modern hashing defeat them. Birthday attacks are about finding collisions, not necessarily recovering a specific secret, and their expected work is about 2^(n/2) for an n-bit hash, which can be less than brute-force key search in many contexts. Therefore, among the listed options, brute-force generally takes the longest to succeed because it makes the fewest assumptions and does the most total work.


Contribute your Thoughts:

0/2000 characters
Melodie
10 hours ago
I think the brute-force attack might take the longest since it tries every possible combination, but I'm not entirely sure.
upvoted 0 times
...
Elliott
6 days ago
I’m confused about the birthday attack; I thought it was about collisions, but does it really take longer than brute-force?
upvoted 0 times
...
Curtis
11 days ago
The rainbow table attack seems like it could be quick, but I feel like it depends on the hash used. I’m leaning towards brute-force being the slowest.
upvoted 0 times
...
Stephania
16 days ago
I remember practicing with a similar question, and I think the dictionary attack is faster than brute-force, but I can't recall the exact details.
upvoted 0 times
...
Tammy
2 months ago
I think the brute-force attack might take the longest since it tries every possible combination, but I'm not entirely sure.
upvoted 0 times
...

Save Cancel