Question

Suppose a certain web site has you choose a username and a password where the username...

Suppose a certain web site has you choose a username and a password where the username consists of 9 alphanumeric characters and the password is 6 alphanumeric characters the last of which must be numeric and the first of which must be alphabetical.
a. How many usernames are possible if they are not case sensitive?


b. How many passwords are possible if they are not case sensitive?


c. How many usernames are possible if they are case sensitive?


d. How many passwords are possible if they are case sensitive?

Homework Answers

Answer #2

Number of alphabetical characters = 26

Number of numerical characters = 10

Number of alphanumeric character options if not case sensitive = 26 + 10 = 36

Number of alphanumeric character options if case sensitive = 26x2 + 10 = 62

a. Number of usernames possible, not case sensitive = 369

= 1.016x1014

b. Number of passwords possible, not case sensitive = 26 x 364 x 10

= 4.367x108

c. Number of usernames possible, case sensitive = 629

= 1.354x1016

b. Number of passwords possible, case sensitive = 52 x 624 x 10

= 7.684x109

answered by: anonymous
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Suppose you must create a password that consists of six characters where the first two characters...
Suppose you must create a password that consists of six characters where the first two characters are numbers and the remaining characters can be any numbers and any letters (case-sensitive). How many such passwords are possible?
You are asked to select a password for a Web site. It must consist of five...
You are asked to select a password for a Web site. It must consist of five lowercase letters and two digits in any order. How many possible such passwords are there if a) repetitions are allowed b) repetitions are not allowed?
The AccessPlus system at ISU has the following policy for creating a password: -Passwords must be...
The AccessPlus system at ISU has the following policy for creating a password: -Passwords must be exactly 8 characters in length. -Passwords must include at least one letter (a-z, A-Z) or supported special character (@, #, $ only). -All letters are case-sensitive. -Passwords must include at least one number (0-9). -Passwords cannot contain spaces or unsupported special characters. According to this policy, how many possible AccessPlus passwords are available? (Round to the nearest trillion)
Scenario: A computer system allows a user to choose a password with a length of one...
Scenario: 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...
A password must consist of a minimum of 8 letters (not case sensitive) and a maximum...
A password must consist of a minimum of 8 letters (not case sensitive) and a maximum of 10. If the policy prohibits repeated characters, how many passwords are possible? (Leave your answer in terms of factorials).
For a certain computer program a password must be exactly 5 characters long. The first character...
For a certain computer program a password must be exactly 5 characters long. The first character can be any lowercase letter, the second must be an uppercase letter, the third character must be a number from 0 – 9, the fourth character can either be a lowercase letter or a number 0 - 9, the fifth character has to be exactly the same as the first character.                                                                                         (6) How many possible passwords are there? What is the...
A computer password consists of: • letters {a, A, 6, B, ...,2,Z}, • digits {0, 1,...,9),...
A computer password consists of: • letters {a, A, 6, B, ...,2,Z}, • digits {0, 1,...,9), or = 16 • special characters {!,@,#,$,%}. In addition, a password must • contain at least one upper case letter, • contain at least one special character. How many passwords of length 8 are possible?
The company has agreed on an 8 character password format, comprised of upper case letters ,...
The company has agreed on an 8 character password format, comprised of upper case letters , lower case letters, and digits (0-9). Find the number of passwords possible where the first 2 characters have to be upper case letters, the next 5 can be lower case letters or digits , and the last character has to be an upper case letter. Here are the restrictions: a. Repetitions are allowed b. Repetitions are not allowed
2) Allowing (or requiring) users to use numerical digits (including 0) and one of 28 “special...
2) Allowing (or requiring) users to use numerical digits (including 0) and one of 28 “special characters” dramatically increases the number of possible passwords. Furthermore, passwords often are case-sensitive, effectively doubling the size of the alphabet by defining 52 distinct letter characters.    Assuming that passwords are case-sensitive and can include numerical digits and special characters, how many possible 6, 8 and 10 character passwords can be created? (8 points) 3) Allowing digits and special characters creates an enormous number...
Motorola has developed an edible password pill. When the pill is ingested, it is activated by...
Motorola has developed an edible password pill. When the pill is ingested, it is activated by the acid in your stomach emitting an 18-bit signal which is strong enough to communicate and unlock all your devices. The edible password pill won’t be available in the near future, but it is already FDA approved. A computer system uses passwords that contain exactly six characters, and each character is one of 26 lower case letters (a, z), 26 upper case letters (A,...