COMPUTER ETHICS AND SECURITY
CRYPTOGRAPHY AND ENCRYPTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Suppose the RSA cyrptosystem is used with public key (35, 7). What is the corresponding cipher text when the plaintext “2” is sent?
|
27mod35
|
|
23
|
|
12
|
|
72mod35
|
Explanation:
Detailed explanation-1: -RSA algorithm uses the following procedure to generate public and private keys: Select two large prime numbers, p and q. Multiply these numbers to find n = p x q, where n is called the modulus for encryption and decryption. If n = p x q, then the public key is <e, n>.
Detailed explanation-2: -The correct answer is transposition ciphers.
Detailed explanation-3: -Choose two large prime numbers P and Q. Calculate N = P x Q. Choose the public key (i.e., the encryption key) E such that it is not an element of (P-1) x (Q – 1) Choose the private key (i.e., the decryption key) D including the following equation is true: More items •16-Mar-2022
There is 1 question to complete.