Question
both queation plz plz plz
We discussed XOR cipher in class. If the security key is 1,0, 1,0, 1,0, 1 0 and a plaintext is 1, 1,0, 1,0, 1,0,0 applying
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Question 9)

Key - 10101010

text - 11010100

Using XOR,

0 XOR 0 - 0

1 XOR 1 - 0

0 XOR 1 - 1

1 XOR 0 - 1

Using the above rules, doing XOR, the result is 0,1,1,1,1,1,1,0(Option 5)

Question 10)

The security key has 10 bits. Each bit has possible values of 0 and 1(2 values). Hence the total number of security keys = 2^10 = 1024 (Option 4)

Add a comment
Know the answer?
Add Answer to:
both queation plz plz plz We discussed XOR cipher in class. If the security key is...
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
  • c++ LUILIIR Exercise #3: The xOr Cipher Write the fol lowing functions: void integerToBinary(int, int [0):...

    c++ LUILIIR Exercise #3: The xOr Cipher Write the fol lowing functions: void integerToBinary(int, int [0): // Convers an integer number to binary and stores the binary // form in an array. I/ Converts a string to binary by converting the ASCII value of I/ each character into binary. l/ Calculates the xor of two binary numbers. void stringToßinary (string, int Il): void xOr(int, int O. int, int [I, int [l): The ASCII values of the characters 'A, 'B', C,...

  • Computer Security Question about the Caesar Cipher: I also don't know this part of the problem...

    Computer Security Question about the Caesar Cipher: I also don't know this part of the problem Hello I am not sure how to figure this out Hello so for question 3, I think its +23 "the password is qqzzqqz" choose the correct multiple choice Question1 2 pts The following cipher text was produced by the Caesar Cipher: The Caesar cipher cryptanalysis technique from lecture calculates the most likely keys. When the technique is applied in this case, which of the...

  • Decrypting the APCO cipher without the key. Decryption without the key is obviously a much more...

    Decrypting the APCO cipher without the key. Decryption without the key is obviously a much more difficult process. Indeed, the purpose of encryption is to make it as difficult as possible for anyone who does not know the key to read the plain text. We will be using an unsophisticated password cracking technique called a brute force attack. A brute force attack on the APCO cipher works by trying every possible four digit key (from 0000 to 9999) and keeping...

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