Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsa

Description

The RSA asymmetric encryption algorithm implemented in python from scratch.

Getting Started

  1. Run apt install python3.11 python3.11-venv to install required packages.
  2. Run bash setup.sh to initialize the development environment.