Difference between revisions of "CSE539 Applied Cryptography"
From esoterum.org
(One intermediate revision by the same user not shown) | |||
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] | ||
+ | *[http://dev2dev.bea.com/pub/a/2006/08/pfx-pem-certificate-formats.html Tutorial, extracting keys from .pfx certificate] | ||
+ | |||
+ | Required Java Classes are found in <code>java.security</code> and <code>java.security.cert</code>, could not find <code>cipher</code> |
Latest revision as of 22:47, 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