Question: PLEASE SOLVE BY USING MATLAB and STEP by STEP with EXPLAINATION. Part 1 We would like to encrypt a message using a 3x3 matrix we

 PLEASE SOLVE BY USING MATLAB and STEP by STEP with EXPLAINATION.

Part 1 We would like to encrypt a message using a 3x3

PLEASE SOLVE BY USING MATLAB and STEP by STEP with EXPLAINATION.

Part 1 We would like to encrypt a message using a 3x3 matrix we will call our "cipher". 7 2 1 - Choose a message (string) to encrypt. Be sure the ber of characters (not cluding of 3. HINT: To inp? MATLAB use single quotes: my string -'thisismystrin Ignore all spaces. Kecp the same case for cach letter in the string Z-0) . Let each letter correspond to its numerical representation (e.g. A-1, B=2, Y-25, Create a matrix of numbers 0-25, D, representing your message and encrypt it by applying the cipher as a transformation to the matrix. DO NOT DO THIS STEP BY HAND! (Pay attention to dimension!) HINT: Create a string representing all possible characters in your alphabet encrypted matrix -cipher *original matrix mod 26 Output the encrypted string to the command window. DO NOT DO THIS STEP BY HAND! Part 1 We would like to encrypt a message using a 3x3 matrix we will call our "cipher". 7 2 1 - Choose a message (string) to encrypt. Be sure the ber of characters (not cluding of 3. HINT: To inp? MATLAB use single quotes: my string -'thisismystrin Ignore all spaces. Kecp the same case for cach letter in the string Z-0) . Let each letter correspond to its numerical representation (e.g. A-1, B=2, Y-25, Create a matrix of numbers 0-25, D, representing your message and encrypt it by applying the cipher as a transformation to the matrix. DO NOT DO THIS STEP BY HAND! (Pay attention to dimension!) HINT: Create a string representing all possible characters in your alphabet encrypted matrix -cipher *original matrix mod 26 Output the encrypted string to the command window. DO NOT DO THIS STEP BY HAND

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!