Articles Tagged 'Euler'

The RSA encryption

First of all, as mentioned in the Post encryption system RSA is a public key encryption and takes advantage of the properties of prime numbers. Moreover, the arithmetic used (in the calculations) is not the ordinary, but the so-called finite or artirmetica modular. Let's start right from the latter to proceed step by step in the implementation of RSA encryption.

Continued ...