Skip to content

This repository contains implementation of the paper "Two efficient variants of the RSA cryptosystem". Implementation of Batch Multi Prime RSA (BMRSA) and Encrypt Assistant Multi Prime RSA(EAMRSA) has been done.

Notifications You must be signed in to change notification settings

SUMUKHA-PK/RSA-efficient-variants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Two Efficient Variants of the RSA Cryptosystem.

File structure:

  1. src : All source code files

    • Batch-Multi-Prime-RSA(BMRSA): Files of the BMRSA variant of RSA
    • Encrypt-Assistant-Multi-Prime-RSA (EAMRSA) : Files of the EAMRSA variant of RSA
    • Simple_RSA : The normal RSA algorithm implemented in python
  2. resources : Contains all relevant resources referred to.

Paper reference: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=5541133

Objective:
To implement Batch Multi Prime RSA and Encrypt Multi Prime RSA Algorithm in Python and compare the 2 algorithms with respect to speed.

About

This repository contains implementation of the paper "Two efficient variants of the RSA cryptosystem". Implementation of Batch Multi Prime RSA (BMRSA) and Encrypt Assistant Multi Prime RSA(EAMRSA) has been done.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages