Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 619 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 619 Bytes

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.