Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help on this code. I tried my best to figure out the code, but I got stuck at the part for the special
I need help on this code. I tried my best to figure out the code, but I got stuck at the part for the special character.
I got this far, but I am not sure if I am doing this correctly...
Thank you for your help!
Write a program that will generate a password with the following specifications: 1 upper case letter, one special character and 5 lower case letters So, the password will have a total of 7 characters. The upper case letter and special character can occur in any location within the password. Then write a program to crack any given password that meets these specifications. There are 6,227,742,044,160 possible passwords with these specifications. The password to crack is reBell$. Your program will essentially parse through each possible password and do a string comparison on the password to crack. HAPPY CRACKINGStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started