Question: C++ Programming 1. (10 points) You need to measure the average time (e.g., the number of seconds needed) to crack a password from the encrypted
1. (10 points) You need to measure the average time (e.g., the number of seconds needed) to crack a password from the encrypted password. You are required to: a. design a program that measures average time to crack passwords of a given length with salt of a given length using Linux's crypt0 function and describe your design (i.e, algorithm) in pseudo-code (or in plain-English) b. implement the programin a programming language you are familiar with (C++ is preferred). design experiments that show the time needed to crack passwords as a function of the length of passwords and the length of salt. c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
