Answered step by step
Verified Expert Solution
Question
1 Approved Answer
create a single function in matlab that can both encrypt and decrypt a message using an porta cipher 1. Remove any special characters, punctuation and
create a single function in matlab that can both encrypt and decrypt a message using an porta cipher
1. Remove any special characters, punctuation and spaces from the message to be encoded.
2. Convert all lowercase letters to uppercase and use the 26-character alphabet used to create the encryption squares.
3. Generate the encryption/decryption key.
4. Encrypt/decrypt the message and output the result.
. 5. Decrypt the given message.
cannot use find function
must use loops and branching statements
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started