Skip to content

Implementing a backend for a local public-key RSA encryption cryptosystem used for texting.

Notifications You must be signed in to change notification settings

dylanmackb9/rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RSA Encryption

Implementing a backend to a local public-key RSA encryption cryptosystem for texting.

Includes functionality for encryption and decryption, send and receive functionality, and public channel with option private moderator.

Sequencer/Interpreter

Sequence from written english to 10-95 numerical sequence and back

Encoder/Decoder

Returns a sequenced numerical representation of text message or interpreted message

Extended Euclidean Algorithm

Allows private moderate to calculate private key from large primes

#Encryption/Decryption Fast encryption algorithms using python pow() for modular residue calculation

Created based off coding supplement of Applicable Algebra course, MATH 3360, at Cornell University.

About

Implementing a backend for a local public-key RSA encryption cryptosystem used for texting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages