Update Course for Genap 2014/2015

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo
2015-01-05 19:09:46 +07:00
parent 66afe1fd5a
commit 70ff983aff
5 changed files with 22 additions and 23 deletions
+14 -5
View File
@@ -22,16 +22,25 @@ include "includes/navbar.html";
?> ?>
</header> </header>
<section class="teaching"> <section class="teaching">
<article>
<header>
<h1>Genap 2014/2015</h1>
</header>
<ol>
<li><a href="kripto-ti/index.php">Cryptography</a></li>
<li><a href="manpro-ti/index.php">Project Management</a></li>
</ol>
</article>
<article> <article>
<header> <header>
<h1>Gasal 2014/2015</h1> <h1>Gasal 2014/2015</h1>
</header> </header>
<ol> <ol>
<li><a href="adminjar-ti/index.php">Network Administration</a></li> <li>Network Administration</li>
<li><a href="kakom-ti/index.php">Computer Security</a></li> <li>Computer Security</li>
<li><a href="tekkom-ti/index.php">Computer Technology</a></li> <li>Computer Technology</li>
<li><a href="kripto-ti/index.php">Cryptography</a></li> <li>Cryptography</li>
<li><a href="manpro-ti/index.php">Project Management</a></li> <li>Project Management</li>
</ol> </ol>
</article> </article>
<article> <article>
-6
View File
@@ -2,12 +2,6 @@
<ul> <ul>
<li><a href="../index.php">Home</a></li> <li><a href="../index.php">Home</a></li>
<li>|</li> <li>|</li>
<li><a href="../kakom-ti/">Comp Sec</a></li>
<li>|</li>
<li><a href="../tekkom-ti/">Comp Tech</a></li>
<li>|</li>
<li><a href="../adminjar-ti/">Net Admin</a></li>
<li>|</li>
<li><a href="../kripto-ti/">Crypto</a></li> <li><a href="../kripto-ti/">Crypto</a></li>
<li>|</li> <li>|</li>
<li><a href="../manpro-ti/">PM</a></li> <li><a href="../manpro-ti/">PM</a></li>
+2 -2
View File
@@ -50,9 +50,9 @@ include "includes/quotes.php";
<article> <article>
<header> <header>
<h3>My classes next semester</h3> <h3>My classes next semester</h3>
<span><time datetime="2014-08-18">August 18, 2014</time></span> <span><time datetime="2015-01-05">January 05, 2015</time></span>
</header> </header>
<p>I will be teaching Computer Technology, Network Administration, Computer Security, Project Management, and Cryptography for regular program.</p> <p>I will be teaching User Interface Evaluation, Project Management, and Cryptography for regular program.</p>
</article> </article>
<article> <article>
<header> <header>
+5 -9
View File
@@ -24,7 +24,7 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <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> </aside>
</section> </section>
<section class="classinfo"> <section class="classinfo">
@@ -38,13 +38,13 @@ include "../includes/courses.php";
<header> <header>
<h1>PENGAJAR</h1> <h1>PENGAJAR</h1>
</header> </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>
<section class="description"> <section class="description">
<header> <header>
<h1>PENGANTAR</h1> <h1>PENGANTAR</h1>
</header> </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>
</section> </section>
@@ -61,12 +61,7 @@ include "../includes/courses.php";
<li>Key Derivations, Deterministic Encryptions, Tweakable Encryptions, Format Preserving Encryptions</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>Public Key (Asymmetric) Encryption: Number Theory, PKE from Trapdoor Permutations (RSA), PKE from Diffie-Hellman (ElGamal)</li>
<li>Digital Signatures and Certificates</li> <li>Digital Signatures and Certificates</li>
<li>Identification Protocols, Authenticated Key Exchange, TLS Key Exchange</li> <li>Advanced materials</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>
</ol> </ol>
</section> </section>
<section class="references"> <section class="references">
@@ -75,6 +70,7 @@ include "../includes/courses.php";
</header> </header>
<ol> <ol>
<li>Introduction to Modern Cryptography (Jonathan Katz, Yehuda Lindell, Chapman &amp; Hall)</li> <li>Introduction to Modern Cryptography (Jonathan Katz, Yehuda Lindell, Chapman &amp; Hall)</li>
<li>Handbook of Applied Cryptography (Alfred J. Menezes, Paul C. van Oorschot, Scott A. Vanstone, CRC Press)</li>
</section> </section>
<?php <?php
include "../includes/footer.php"; include "../includes/footer.php";
+1 -1
View File
@@ -24,7 +24,7 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup A<br/>Hari Kamis<br/>Jam 16.30<br/>Ruang</p> <p>Grup <br/>Hari <br/>Jam <br/>Ruang</p>
</aside> </aside>
</section> </section>
<section class="classinfo"> <section class="classinfo">