*Result*: RSA Made Simple.
Title:
RSA Made Simple.
Authors:
Source:
Overload. Jun2008, Issue 85, p16-18. 3p. 2 Charts.
Subject Terms:
Database:
Supplemental Index
*Further Information*
*The article discusses the Rivest Shamir Adleman (RSA), a public key cryptography algorithm, and its mathematical explanation and implementation in Java programming language. RSA uses two distinct large prime numbers, which represent the keys. Modular exponentiation is used in the encryption and decryption which implements modular arithmetic. In Java implementation, the RSA key pairs are generated using a KeyPairGenerator instance and initialise it using key-size and pseudo-number generator.*