kripto: Updated.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
+11
-6
@@ -54,14 +54,18 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Intro of Crypto: history, terminology of security, review discrete probability</li>
|
||||
<li>Symmetric Key Encryption: One Time Pad, Stream Ciphers, Block Ciphers, and their Attacks</li>
|
||||
<li>Introduction of Modern Cryptography</li>
|
||||
<li>Perfectly Secret Encryption</li>
|
||||
<li>Symmetric Key Encryption: Stream Ciphers, Block Ciphers, and their Attacks</li>
|
||||
<li>Message Integrity: MACs, Collision Resistant Hashing, Birthday Attack</li>
|
||||
<li>Hash Functions and Applications</li>
|
||||
<li>Authenticated Encryption: Construction Cipher+MAC, Active Attacks</li>
|
||||
<li>Key Derivations, Deterministic Encryptions, Tweakable Encryptions, Format Preserving Encryptions</li>
|
||||
<li>Public Key (Asymmetric) Encryption: Number Theory, PKE from Trapdoor Permutations (RSA), PKE from Diffie-Hellman (ElGamal)</li>
|
||||
<li>Number Theory and Public Key Tools</li>
|
||||
<li>Public Key (Asymmetric) Encryption + attacks</li>
|
||||
<li>Digital Signatures and Certificates</li>
|
||||
<li>Advanced materials</li>
|
||||
<li>Identification Protocols</li>
|
||||
<li>Zero-Knowledge Proof</li>
|
||||
<li>Secure Multi-Party Computations</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
@@ -69,7 +73,8 @@ include "../includes/courses.php";
|
||||
<h1>REFERENSI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Introduction to Modern Cryptography (Jonathan Katz, Yehuda Lindell, Chapman & Hall)</li>
|
||||
<li>Introduction to Modern Cryptography 3<sup>rd</sup> Ed.(Jonathan Katz, Yehuda Lindell, Chapman & Hall)</li>
|
||||
<li><a href="https://toc.cryptobook.us/">Graduate Course in Cryptography</a>(Dan Boneh, Victor Shoup)</li>
|
||||
<li><a href="http://cacr.uwaterloo.ca/hac/">Handbook of Applied Cryptography</a> (Alfred J. Menezes, Paul C. van Oorschot, Scott A. Vanstone, CRC Press)</li>
|
||||
<li>Coursera Course: <a href="https://www.coursera.org/course/crypto">Cryptography</a> (Dan Boneh - Stanford)</li>
|
||||
<li>Coursera Course: <a href="https://www.coursera.org/course/cryptography">Cryptography</a> (Jonathan Katz - University of Maryland)</li>
|
||||
|
||||
Reference in New Issue
Block a user