Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

A simple implementation of RSA in Python designed for numbers and texts.

License

Notifications You must be signed in to change notification settings

MorganKryze/RSA-python-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA-python-implementation

A simple implementation of RSA in Python designed for numbers and texts.

Demo

Getting started

Prerequisites

  • Python 3.11 or higher
  • An editor or simply a terminal

Install

To install the repository, simply download the zip file, or clone it using:

git clone https://github.com/MorganKryze/RSA.git

Then navigate to the directory and install the dependencies using:

cd RSA-python-implementation
pip install -r requirements.txt

Usage

To use the program, simply run the demo.py file using Python.

python src/demo.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple implementation of RSA in Python designed for numbers and texts.

Topics

Resources

License

Stars

Watchers

Forks

Languages