RSA algorithm in C

RSA algorithm is a widely used encryption tool. The algorithm was invented by Ron Rivest, Adi Shamir and Leonard Adleman in 1977 and is still in production. RSA is extensively used in various data-sensitive applications such as HTTPS protocol(SSL uses the RSA algorithm), e-Banking, and Bluetooth among many more core applications.

Read More