Question: Can some one please help me to write a reversed Caesar cypher function for powershell. I try everything and i cannot figure it out the
Can some one please help me to write a reversed Caesar cypher function for powershell. I try everything and i cannot figure it out the instructions are below. Save advscript.ps1 to the appropriate location on your system: Write some code in advscript.ps1 that will read the XML file linked below into PowerShell: -7RFGNCTAZITALFGB FG BZRRPBBOZIIV RFHEIPALGN AMP TQYTGRPQ EFXPCBMPII TBBLNGHPGA Using the values contained in the XML file, write a reversed Caesar Cypher function to decrypt and the message contained in the XML file using the offset value contained in the XML file. Hint #1: You probably won't find any examples of a reversed Caesar Cypher using Google - there are plenty of examples of standard Caesar Cyphers, but none that are reversed. If you simply copy some random Caesar Cypher code from somewhere online, you will likely fail this assignment. Hint #2: The easiest way to accomplish this task is by creating either a multidimensional array or a hash.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
