Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 407 Bytes

File metadata and controls

14 lines (10 loc) · 407 Bytes

CS 415 Project 1

Dr. Ravikumar

Fall 2021

Contributors: Katie Pell and Garret Mook

We successfully implemented the algorithms for modular exponentiation, modular inverse (using Extended Euclid’s algorithm), primaility testing, RSA key generation, and encryption and decryption of a message using the RSA algorithm.

Usage

pip install -r requirements.txt python cs415_project1.py