Question: *** MIPS coding question *** Usually, the password, stored in Active Directory (https://en.wikipedia.org/wiki/Active_Directory), is further encrypted using a built-in encryption algorithm. To simplify the task,
*** MIPS coding question ***
Usually, the password, stored in Active Directory (https://en.wikipedia.org/wiki/Active_Directory), is further encrypted using a built-in encryption algorithm.
To simplify the task, suppose the computer replaces the digits/characters throughout the password for other digits/characters with the letter three positions later in the alphabet.
For example:
Case 1: original password "012789" --> new password "345012"
Case 2: original password "abcxyz" --> new password "defabc"
Case 3: original password "012xyz" --> new password "345abc"
In this project, please "mimic" this encryption algorithm and encrypt a user input password using the previously mentioned approach. Then, please print out the encrypted 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
