Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 1. Password Attacks (20 pt., 5 pt. each) Suppose you could use the 26 lower-case letters in a password and the length of the

image text in transcribed

Problem 1. Password Attacks (20 pt., 5 pt. each) Suppose you could use the 26 lower-case letters in a password and the length of the password is set to 8 characters. Answer the following questions. Hint: On average, it needs to test half of all possible passwords to crack one. a. What is the number of passwords that could be constructed from such a character set? b. Assume a brute-force attack and the attacker knows the length of the password. How long, on average, would it take the attacker to guess such a password if the attacker could test a password every millisecond? Report in second. C. Now assume a dictionary attack. The attacker knows the length of the password and the dictionary contains 100,000 words that have the same length as the password (i.e., 8 characters). How long, on average, would it take the attacker to guess such a password if the attacker could test a password every millisecond? Report in second. d. Let's assume the use of salting. If a password is salted with a 24-bit random number, how big is the dictionary attack search space when using the dictionary in question c? Problem 2. Linux File Permissions (20 pt., 4 pt. each) For each permission requirement below, provide (1) symbolic permission and (2) 4-digit octal (numeric) permission. a. For a file named "a.png", Owner: can read and write Group: can read and write World: forbidden

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Records And Database Management

Authors: Jeffrey R Stewart Ed D, Judith S Greene, Judith A Hickey

4th Edition

0070614741, 9780070614741

More Books

Students also viewed these Databases questions

Question

What were the issues and solutions proposed by each team?

Answered: 1 week ago