10,906 views

1 Answer

Best answer
5 votes
5 votes
Answer will be (a)

explanation

Encryption RSA algorithm
Cipher text = ((plaintext)^e)mod n
From the given problem we know p =3,q = 11, d =7, n=33 find z :: z = ((p-1)*(q-1)) => 2*10 = 20
Find 'e' or 'd' using the given method : (de) mod z = 1
Therefore (7e)mod 20 = 1 => with trail and error giving e =3, => (7*3)mod 20 = 1
Finding e=3 we go to the encryption by converting the given plain text equivalent number starting a=1,b=2...z=26
Therefore SUZANNE = 19,21,26,1,14,14,5 taking single character and apply encryption
(19^3) mod 33 = 28 ie (28-26) = 2 => B
(21^3) mod 33 = 21 => U
(26^3)mod 33 = 20 => T
(1^3)mod 33 = 1 => A
(14^3)mod 33 = 5 =>E
(5^3)mod 33 = 26 => Z
edited by
Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Jul 14, 2016
2,763 views
In classful addressing, the IP address 190.255.254.254 belongs toClass AClass BClass CClass D
1 votes
1 votes
1 answer
3
go_editor asked Jul 14, 2016
2,183 views
The $mv$ command changesthe inodethe inode-numberthe directory entryboth the directory entry and the inode