Answered step by step
Verified Expert Solution
Question
1 Approved Answer
csula need to be cipher (1) Use additive cipher with key =20 to obtain the ciphertext. (2) Use Vigenre Square by starting from the third
"csula" need to be cipher
(1) Use additive cipher with key =20 to obtain the ciphertext. (2) Use Vigenre Square by starting from the third substitution row (i.e., labeled 'C' row) to obtain the ciphertext. (3) Use the ASCII table as below (For example, 't' = 74 in Hex or 1110100 in binary.) to find the binary number of the plaintext, then use transposition key pattern: 1->4, 2->7, 3->1, 4->5, 5->6, 6->2, 7->3 to obtain the ciphertext. Note: the block size is 7. (4) Use a secret key "V" to encrypt each letter of the plaintext via XOR to find the ciphertext. MSD LSD 0 1 2 3 4 5 6 7 0 NUL DLE space 0 @ p 1 SOH DC1 ! 1 A a a 11 2 STX DC2 2 B R b r 3 ETX DC3 # 3 O WEB S 4 EOT DC4 $ 4 D d t 5 ENQ NAK % 5 E e u 7416 6 ACJ SYN & 6 F V f V 111 0100 7 BEL ETB 7 G W g W 8 BS CAN H X h 9 HT EM ) 9 Y i A LF SUB J Z j Z B VT ESC + k { FF FS L 1 | D CR GS M ] } E so RS A N Ello n F SI US ! ? DEL
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