Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use C Language Question3 Assume two parties want to communicate with each other. They are going to use a secret way of communication. So, the

Use C Language

image text in transcribed

Question3 Assume two parties want to communicate with each other. They are going to use a secret way of communication. So, the message is encrypted as follows If (OriginalChar + Key> 126 or 91 to 96) then EncryptedChar OriginalChar-10 Else EncryptedChar- (OriginalChar+ Key) Your key should be between 1-15. For example Your key is 5 And the message is Zebra, so the encrypted text will be Z-90 [ASC I +5(keYF 95 which will follow if so encrypted char-90-10-80[ASC 1-P e-101[ASCII+5[keyl-106 which will follow else [ASCII of 106]-j a- 97 [ASCII+5[key 102 which will follow else [ASCII of 102]-f So your output will be Pj..f

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

More Books

Students also viewed these Databases questions

Question

a sin(2x) x Let f(x)=2x+1 In(be)

Answered: 1 week ago

Question

11. Are your speaking notes helpful and effective?

Answered: 1 week ago

Question

The Goals of Informative Speaking Topics for Informative

Answered: 1 week ago