rikurauhala / rsa

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%