Question

(10 marks) Create a small chart that summarizes the number of unique passwords of length 4, 8 and 12 using the following cond

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Suppose, we have to form a word of length 10 characters wide and we have to use only a,b,c,...., z. Then there are 10 positions to be filled by the given characters. No of characters given in this example is 26. It means we can fill each position in 26 different ways. So, to find total no of ways all positions can be filled we will multiply 26 as many times as the length of word, in this case, 10. So we sill multiply 26 10 times. So total number of words will be 26*26*...*26 10 times, which will be 2610. This same logic has bee used in following table. This was just an explanation.

4 characters 8 characters 12 characters
Only numbers (There are 10 numbers 0 through 9)

Total = 10*10*10*10

= 10000

Total = 10*10*...*10 8 times

= 108

Total = 10*10*.....*10 12 times

= 1012

Only lower case letters (26 letters, a through z)

Total = 26*26*26*26

=264

Total = 26*26*....*26 8 times

= 268

Total = 26*26*.....*26 12 times

= 2612

Only lowercase letters and numbers (26 + 10 = 36 distinct characters)

Total = 36*36*36*36

= 364

Total = 36*36*....*36 8 times

= 368

Total = 36*36*....*36 12 times

= 3612

Only numbers, lowercase letters and upper case letters (10 +26 + 26 = 62 distinct characters)

Total = 62*62*62*62

= 624

Total = 62*62*....*62 8 times

= 628

Total = 62*62*....*62 12 times

= 6212

Numbers lowercase letters , uppercase letters and visible punctuation (10+26+26+32 = 94 distinct characters)

Total = 94*94*94*94

= 944

Total = 94*94*....*94 8 times

= 948

Total = 94*94*....*94 12 times

= 9412

Add a comment
Know the answer?
Add Answer to:
(10 marks) Create a small chart that summarizes the number of unique passwords of length 4, 8 and...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A CERTAIN program to user's password containing rules such as least n length, one uppercase, lowercase,...

    A CERTAIN program to user's password containing rules such as least n length, one uppercase, lowercase, one digit and white space is given as the code down below. So, simiiar to those rules, I need the code for the following questions post in pictures such as no more three consecutive letters of English alphabets, password should not contain User name and so on. //GOAL: To learn how to create that make strong passwords //Purpose: 1)To learn some rules that makes...

  • Create a program that performs the following operations: 1. Prompt for and accept a string of...

    Create a program that performs the following operations: 1. Prompt for and accept a string of up to 80 characters from the user. • The memory buffer for this string is created by: buffer: .space 80 #create space for string input The syscall to place input into the buffer looks like: li $v0,8 # code for syscall read_string la $a0, buffer #tell syscall where the buffer is li $a1, 80 # tell syscall how big the buffer is syscall 2....

  • 1. Expense Pie Chart Create a text file that contains your expenses for last month in...

    1. Expense Pie Chart Create a text file that contains your expenses for last month in the following categories: -Rent -Gas -Food -Clothing -Car Payment -Misc Write a Python program that reads the data from the file and uses matplotlib to plot a pie chart showing you how you spend your money. 2. 1994 weekly gas graph The text file named 1994_Weekly_Gas_Averages.txt contains the average gas price for each week in the year 1994. (There are 52 lines in the...

  • 1) Echo the input: First, you should make sure you can write a program and have...

    1) Echo the input: First, you should make sure you can write a program and have it compile and run, take input and give output. So to start you should just echo the input. This means you should prompt the user for the plaintext, read it in and then print it back out, with a message such as "this is the plaintext you entered:". [4 points, for writing a working program, echoing the input and submitting the program on the...

  • Help C++ Write a string class. To avoid conflicts with other similarly named classes, we will...

    Help C++ Write a string class. To avoid conflicts with other similarly named classes, we will call our version MyString. This object is designed to make working with sequences of characters a little more convenient and less error-prone than handling raw c-strings, (although it will be implemented as a c-string behind the scenes). The MyString class will handle constructing strings, reading/printing, and accessing characters. In addition, the MyString object will have the ability to make a full deep-copy of itself...

  • Hi, Kindly assist with my project management assignment below using the attached case study Question 1 Update the project charter for the remainder of the project in response to Adams’ memo (lines 241...

    Hi, Kindly assist with my project management assignment below using the attached case study Question 1 Update the project charter for the remainder of the project in response to Adams’ memo (lines 241 through 246). Question 2 Prepare a plan for the remainder of the project in response to Adams’ memo (lines 241 through 246). Your answers to the above will be assessed in terms of the level of communication displayed, the insights and inferences drawn, and your ability to...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT