Math, asked by kajalsahu, 1 year ago

1. Explain any encryption- decryption technique. Use it to encrypt and decrypt ‘INDIA IS MY
COUNTRY

Answers

Answered by GauravJangra
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.

kajalsahu: What do u mean by module.?
GauravJangra: module is the multiplication of prime no. which is further used in decoding.
Similar questions