1. Explain any encryption- decryption technique. Use it to encrypt and decrypt ‘INDIA IS MY
COUNTRY
Answers
Answered by
1
coding using R.S.A Algo:-
choose any two prime no.(2,5). (p,q)
find module. M=p.qfind a=(p-1)*(q-1).
find key. 1<k<a;
assign natural no. for alphabet.
raise these no. to the power of key.
divide each no. by module.
choose any two prime no.(2,5). (p,q)
find module. M=p.qfind a=(p-1)*(q-1).
find key. 1<k<a;
assign natural no. for alphabet.
raise these no. to the power of key.
divide each no. by module.
kajalsahu:
What do u mean by module.?
Similar questions