Question: Question 5 in C++ Question 5 Write a simple 8-character password cracker to decrypt this password using the formula given. DhXfg56F To decrypt the password

Question 5 in C++
Question 5 Write a simple 8-character password cracker to decrypt this password using the formula given. DhXfg56F To decrypt the password above, just add 13 to the ASCII code of each character in the password. Your program should accept the original 8-character password and print the decrypted password on the console
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
