Skip to content

CasualIntellectual/RSA_Racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RSA_Racket

RSA Encryption Program in Racket

This program uses the RSA Scheme in order to encrypt and decrypt ciphertext messages.

Limitations: Ciphertext must be some natural number (or text converted to a numerical value). Large distict primes p and q with > 300 decimal digits each must be randomly selected for sufficient security

RSA definition referenced from Language and Proofs in Algebra: An Introduction v.1.0 Copyright Faculty of Mathematics, University of Waterloo Aug 9 2018

Am looking to convert the code to Python or C and implement a prime number generator.

About

RSA encryption program written in Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages