Question

QUESTION 2 Given random number 10010110, encrypt plain text 11111101 using steam cipher.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

In Stream Cipher, plaindigits are combined with random number digits and the combination Operation is XOR. it is a symmetric key cryptography technique in which one bit is encrypted at a time.

random number = 10010110

plain text = 11111101

XOR: In this binary operation the resulting bit evaluates to one, if only exactly one of the bits is set. The truth table for XOR gate is :

X Y OUTPUT

1 1 0

1 0 1

0 1 1

0 0 0

E(K) = Random number XOR plain text = 10010110 XOR 11111101= 01101011

Note: I have taken Stream cipher in this case, since you have mentioned steam cipher in the question, and there is no such steam cipher exists. So, The statement should be stream cipher.

Add a comment
Know the answer?
Add Answer to:
QUESTION 2 Given random number 10010110, encrypt plain text 11111101 using steam cipher.
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT