Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

seanbreckenridge/RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A project I did for IB Math (HL 1). Includes RSA key generation, Encryption, Decryption and Brute force factorizing.

Encryption and Key generation done through driver.py, while decryption is done through decrypt.py An unrelated file, called bruteforce.py will factorize a number to its 2 prime factors, if they exist. Paper I wrote on this topic here.

This is written in python2.7.

This should manifestly not be used for any sort of cryptographic purposes, it was an exmaple of RSA encryption for a school project, that is essentially defunct.

About

project for math, RSA encrpytion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages