Difference between revisions of "CSE539 Applied Cryptography"

From esoterum.org
Jump to: navigation, search
 
Line 14: Line 14:
 
=== [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://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>
 
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 23:47, 19 March 2007

Theory

Homework 1: 8 February 13 February 2007

-Flash Enigma emulator (Germany)

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