Update Course for Genap 2014/2015
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
+5
-9
@@ -24,7 +24,7 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Selasa<br/>Jam 13.30<br/>Ruang D.3.1</p>
|
||||
<p>Grup <br/>Hari <br/>Jam <br/>Ruang </p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
@@ -38,13 +38,13 @@ include "../includes/courses.php";
|
||||
<header>
|
||||
<h1>PENGAJAR</h1>
|
||||
</header>
|
||||
<p>Erick Purwanto, S.Kom., M. Comp<br/>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
|
||||
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Matakuliah ini memperkenalkan konsep Kriptografi mulai dari sejarah, enkripsi simetris dan asimetris, integritas pesan, tandatangan dan sertifikat digital, protokol identifikasi dan beberapa topik tambahan seperti zero knowledge, oblivious transfer, two party computation, and multi party computation.</p>
|
||||
<p>Matakuliah ini memperkenalkan konsep Kriptografi mulai dari sejarah, enkripsi simetris dan asimetris, integritas pesan, tandatangan dan sertifikat digital, protokol identifikasi dan beberapa topik tambahan seperti zero knowledge, multi party computation, digital cash, e-voting, dan anonymous connection.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -61,12 +61,7 @@ include "../includes/courses.php";
|
||||
<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>Digital Signatures and Certificates</li>
|
||||
<li>Identification Protocols, Authenticated Key Exchange, TLS Key Exchange</li>
|
||||
<li>Zero Knowledge Protocols and Proofs of Knowledge</li>
|
||||
<li>Privacy Mechanisms: Group Signatures and Credential Systems</li>
|
||||
<li>Private Information Retrieval and Oblivious Transfer</li>
|
||||
<li>Two Party Computation: Yao's Protocol and Applications</li>
|
||||
<li>Multi Party Computation</li>
|
||||
<li>Advanced materials</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
@@ -75,6 +70,7 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<ol>
|
||||
<li>Introduction to Modern Cryptography (Jonathan Katz, Yehuda Lindell, Chapman & Hall)</li>
|
||||
<li>Handbook of Applied Cryptography (Alfred J. Menezes, Paul C. van Oorschot, Scott A. Vanstone, CRC Press)</li>
|
||||
</section>
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
|
||||
Reference in New Issue
Block a user