“…The plaintext, M and ciphertext, C are interrelated as C = M e mod n and M = C d mod n , where d and e are the values provided by the two users located at encryption and decryption end. The public key (PU = { e , n }) and private key (PR = { d , n }) can be is generated from two prime numbers ( a and b ) by following the given steps [12]. - (i) Determine n : = a * b and x : = ( a −1)*( b −1).
- (ii) e : = Any prime number between 1 and x.
…”