Question: 1A(40 pts) Encrypt the message SCSTATE using SDES (simplifiedDES) method with the key SC. Provide the ciphertext along with your code and screenshot of the

1A(40 pts) Encrypt the message "SCSTATE" using SDES (simplifiedDES) method with the key "SC". Provide the ciphertext along with your code and screenshot of the output. You can use below gen_bitseql) to convert strings to binary or refer to ASCII table. def ger_bitsed(s: str) -> str: if not s.isascii raise ValueError("Only ASCII allowed") return""join(f"[ord(0:08b" for i ins) 1A(40 pts) Encrypt the message "SCSTATE" using SDES (simplifiedDES) method with the key "SC". Provide the ciphertext along with your code and screenshot of the output. You can use below gen_bitseql) to convert strings to binary or refer to ASCII table. def ger_bitsed(s: str) -> str: if not s.isascii raise ValueError("Only ASCII allowed") return""join(f"[ord(0:08b" for i ins)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
