Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
/ rsa Public archive

Implementation of the RSA algorithm | Python | Command-line interface | Miller-Rabin | Extended Euclidean algorithm

Notifications You must be signed in to change notification settings

rikurauhala/rsa

Repository files navigation

About

This application implements a limited version of the RSA cryptosystem in Python. It is created for demonstrative purposes and to better understand the underlying data structures and algorithms. This application is not intended for real life use and is not practical for that purpose either as the keys and messages are stored in memory only. However, the contents of this repository may be of value for computer science students or for those interested in algorithms and cryptography.

Release

Get the source code of version 1.0 here.

Documentation