Added Week 5 material: Symmetric Cryptography

This commit is contained in:
Willy Sudiarto Raharjo
2012-09-25 08:27:50 +07:00
parent 2dd8377b0b
commit aeffa264cb
+2 -2
View File
@@ -56,8 +56,8 @@ include "../includes/courses.php";
<li><a href="introduction_cryptography.pdf">Introduction to Cryptography</a></li> <li><a href="introduction_cryptography.pdf">Introduction to Cryptography</a></li>
<li><a href="number_theory.pdf">Number Theory</a> - <a href="number-theory.zip.zip">Script</a></li> <li><a href="number_theory.pdf">Number Theory</a> - <a href="number-theory.zip.zip">Script</a></li>
<li><a href="classical_ciphers.pdf">Classical Ciphers</a></li> <li><a href="classical_ciphers.pdf">Classical Ciphers</a></li>
<li><a href="symmetric_cryptography-1.pdf">Symmetric Cryptography #1</a></li> <li><a href="symmetric_cryptography-1.pdf">Symmetric Cryptography #1 (Stream Ciphers)</a></li>
<li>Symmetric Cryptography #2</li> <li><a href="symmetric_cryptography-2.pdf">Symmetric Cryptography #2 (Block Ciphers)</a></li>
<li>Asymmetric Cryptography #1</li> <li>Asymmetric Cryptography #1</li>
<li>Asymmetric Cryptography #2</li> <li>Asymmetric Cryptography #2</li>
<li>Hash Functions and Message Authentication Codes</li> <li>Hash Functions and Message Authentication Codes</li>