CRJun 13, 2015

A Study and Implementation of RSA Cryptosystem

arXiv:1506.04265v13 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental implementation of a well-known algorithm for educational or basic cryptographic purposes.

The paper implemented the RSA cryptosystem in C, generating keys and encrypting/decrypting messages, but did not report any performance metrics or results.

This project involves an implementation of the Rivest Shamir Adleman (RSA) encryption algorithm in C. It consists of generation of two random prime numbers and a number co- prime to phi(n) also called euler toitent function. These three are used to generate a public key and private key. The user has to enter a message which is encrypted by the public key. The algorithm also decrypts the generated cipher text with the help of the private key and returns the plain text message which was encrypted earlier.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes