Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi! How can I make a program in C++ for the following problem? Thank you. Problem 1: String Operations and Data Security: To improve data
Hi! How can I make a program in C++ for the following problem?
Thank you.
Problem 1: String Operations and Data Security: To improve data security in the transmission of data and information, dynamic character coding is being practiced. The modification of the original characters can b the first 8 prime members [1, 2, 3, 5,7,11, 13, 17]: First character enhanced by 1; second character by 2, third by 3, .. 8th character by 17. Next 8 characters use the prime numbers in the reverse order 17.1, and decrease the values. Use a total message of at least 32 characters and repeat the process of modifying 1-17 for the first 8; modifying by 17 -1 for next 8, and so on. Make your own message. After the message is coded, decoding should also be done, to restore the original message. You may want to change the lower case and upper case transitions as well. You may use your modifications to make more security built in. e using Example: Original Message A B C D. Normal ASCI Prime Numbers 65 66 67 68... Modified ASCIH 66 68 70 73.. Coded MessageB D FStep 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