Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A computer system allows a user to choose a password with a length of one to eight characters. A system administrator needs to figure out

A computer system allows a user to choose a password with a length of one to eight characters. A system administrator needs to figure out how long a user's password should expire.

Assume that 1 million passwords can be tested per second by a hacker. The hacker can guess a user's password 24 hours a day and 7 days a week. A password should be expired if it has an equal or greater than 10% probability of having been guessed. Given each of the following condition, determine the time (in measurement of days) users' passwords should be expired.

Probability of having been guessed = total number of guess/total possible combinations.

Calculate how long a password should be expired (round it to days) for each of the following password selection scenarios.

1) Scenario 1. Password characters may be any ASCII characters from 1 to 127, inclusive.

2) Scenario 2. Password characters may be any alphanumeric characters ("A" through "Z," "a" through "z," and "0" through "9").

3) Scenario 3. Password characters can only be digits.

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

Trigonometry

Authors: David M Kennedy, James Stewart, Lothar Redlin, Saleem Watson

2nd Edition

1285226089, 9781285226088

More Books

Students also viewed these Mathematics questions

Question

8. What are the costs of collecting the information?

Answered: 1 week ago