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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!