Question: how do you do this please add code im very confused 91 92 93 94 95 96 [Execution)- # Finally, you are ready to execute

91 92 93 94 95 96 [Execution)- # Finally, you are ready to execute your function! Good Luck # Example, [function name] Svictim ScommonPasswordsList # One final hint, a password match should happen around 15 seconds :) # YOUR CODE BELOW HERE 1 ##### IMPORTANT ####### ### 2 # DO NOT MODIFY THIS SCRIPT 3 # 4 5 SpwHash"C9-77-06-94-16-2F-76-52-42-5C-B4-94-A1-DD-FS-SE" 6 Smds - New-object-TypeName System. Security.Cryptography.MD5CryptoServiceProvider 7 Sutf8nnew-object -TypeName System.Text.UTF8Encoding 8 9 function login 10 9 Param 12 Carameter (mandatory Strue)) B [String] Susername. [String) Spassword) 14 15 Shash- (System.BitConverter.ToString(Smds.ComputeHash(Sutf8.GetBytes(Spassword))) 16 if ($username-eg "Luke" -and Shash -es Spwash) 17 18 return "Access Granted" 19 else 120 21 22 return "Access Denied 23 3 1 25 26 login -username Sargs (01 -password Sargs 11 27 24 91 92 93 94 95 96 [Execution)- # Finally, you are ready to execute your function! Good Luck # Example, [function name] Svictim ScommonPasswordsList # One final hint, a password match should happen around 15 seconds :) # YOUR CODE BELOW HERE 1 ##### IMPORTANT ####### ### 2 # DO NOT MODIFY THIS SCRIPT 3 # 4 5 SpwHash"C9-77-06-94-16-2F-76-52-42-5C-B4-94-A1-DD-FS-SE" 6 Smds - New-object-TypeName System. Security.Cryptography.MD5CryptoServiceProvider 7 Sutf8nnew-object -TypeName System.Text.UTF8Encoding 8 9 function login 10 9 Param 12 Carameter (mandatory Strue)) B [String] Susername. [String) Spassword) 14 15 Shash- (System.BitConverter.ToString(Smds.ComputeHash(Sutf8.GetBytes(Spassword))) 16 if ($username-eg "Luke" -and Shash -es Spwash) 17 18 return "Access Granted" 19 else 120 21 22 return "Access Denied 23 3 1 25 26 login -username Sargs (01 -password Sargs 11 27 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
