SUNY Geneseo Department of Computer Science


Cryptography

{Date}

CSci 141, Fall 2003
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture


Misc

Lab available in lab sessions tomorrow

End-of-Semester

Questions?

Skylines for lab, generating negative as well as positive displacements?

    Random r = new Random();

Counting movePen's in a loop?

    star( n )
        for i = 1 to 5
            movePen
            recursion

Factoring & Cryptography

Section 16.3.2

Sending messages between sender & receiver securely = cryptography

Symmetric key = sender & receiver share a key

Public key = receiver has public key & a private key

Summary of RSA (details may be wrong)

Next

I will look up the details of RSA so we can work through a concrete example.


Next Lecture