|
Math Alive
|
|||||||||||||||
|
Table Of Contents Lab 1: Cryptography |
|
Modular Arithmetic RSA cryptography (named for its inventors Rivest, Shamir, and Adelman) exploits properties and interrelations of humongous numbers, constructed as large powers of huge numbers. Through a neat mathematical trick called modular arithmetic, the computer avoids working with the huge numbers themselves. Let's first learn about modular arithmetic before tackling RSA itself. The number X (mod Y) is the remainder when X is divided by Y. ( Remember X (mod Y) stands for X modulo Y.)
Z=X (mod Y) ( This stands for Z equals X modulo Y, which means that Z and X have the same remainder when divided by Y.)
|
|
||||||||||||
|
|
|||||||||||||||
| Last modified: Tue Feb 2 16:03:38 EST 1999 | |||||||||||||||