Difference between revisions of "CSE539 Applied Cryptography"
From esoterum.org
Line 13: | Line 13: | ||
=== [http://cactus.eas.asu.edu/Partha/Teaching/539.2007/Project%201.htm Project 1] 31 March 2007 === | === [http://cactus.eas.asu.edu/Partha/Teaching/539.2007/Project%201.htm Project 1] 31 March 2007 === | ||
+ | *[http://www.mobilefish.com/developer/bouncycastle/bouncycastle.html Bouncy Castle tutorial] | ||
+ | |||
+ | Required Java Classes are found in <code>java.security</code> and <code>java.security.cert</code>, could not find <code>cipher</code> |
Revision as of 12:51, 19 March 2007
Contents
Theory
Homework 1: 8 February 13 February 2007
Homework 2: 28 February 2007
Project 1 31 March 2007
Required Java Classes are found in java.security
and java.security.cert
, could not find cipher