We have some RSA stuff here

Use this document as a way to quick start any new project.
All you get is this message and a barebones HTML document.


1. Generate a key.

Exponent e prime p prime q

-OR-

2. Pick a bit length for primes, and we'll take care of the rest.

Bit Length (> 2)

Public key
modulus n exponent e
Private key
modulus n exponent d

3. Encrypt or Decrypt.

Message Cipher


About

A final project by Evan Carmi, Matt Adelman, Adam Forbes

Tests

Tests of our algorithms