Update All Courses Info.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo
2014-07-26 17:05:43 +07:00
parent 08946414a8
commit c230c400ae
4 changed files with 47 additions and 51 deletions
+41 -33
View File
@@ -24,29 +24,29 @@ include "../includes/courses.php";
<h3>Jadwal</h3>
</header>
<aside>
<p>Grup C<br/>Hari Rabu<br/>Jam 10.30<br/>Ruang D.3.5</p>
<p>Grup C<br/>Hari Rabu<br/>Jam 10.30<br/>Ruang </p>
<hr/>
<p>Grup D<br/>Hari Rabu<br/>Jam 13.30<br/>Ruang D.3.5</p>
<p>Grup D<br/>Hari Rabu<br/>Jam 13.30<br/>Ruang </p>
</aside>
<header>
<h3><a href="TOPIK">TOPIK PRESENTASI</a></h3>
</header>
<header>
<h3><a href="https://docs.google.com/spreadsheet/pub?key=0AvhuiUaiIBYmdFVuS2hZcmdBV08wUnk5SnM3WTg2RWc&amp;output=html">NILAI AKHIR</a></h3>
</header>
</section>
<section class="classinfo">
<section class="notice">
<header>
<h1>PEMBERITAHUAN</h1>
</header>
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki dan membawa buku Information Security: Principles and Practice dan Cryptography Engineering</strong>.</p>
<p>Materi perkuliahan ini mengacu pada matakuliah <a href="https://crypto.stanford.edu/cs155/syllabus.html"><strong>Computer and Network Security (Stanford)</strong> </a>.</p>
</section>
<section class="description">
<header>
<h1>PENGAJAR</h1>
</header>
<p>Erick Purwanto, S.Kom., M. Comp<br/>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
</section>
<section class="description">
<header>
<h1>PENGANTAR</h1>
</header>
<p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan menggunakan kriptografi, digital signatures, dan pembahasan beberapa protokol yang umum dipakai pada aplikasi nyata. Selain itu, juga dibahas hal-hal lain yang berhubungan dengan keamanan data, seperti authentikasi, authorisasi, malware, dan juga keamanan pada sistem operasi.</p>
<p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan berfokus pada empat bagian utama, yaitu pembatasan akses, keamanan web, keamanan jaringan, dan keamanan pada platform mobile.</p>
</section>
</section>
@@ -55,32 +55,40 @@ include "../includes/courses.php";
<h1>MATERI</h1>
</header>
<ol>
<li><a href="syllabus.pdf">Syllabus</a></li>
<li>Introduction to Cryptography</li>
<li>Number Theory</li>
<li>Classical Ciphers</li>
<li>Symmetric Cryptography #1 (Stream Ciphers)</li>
<li>Symmetric Cryptography #2 (Block Ciphers)</li>
<li>Asymmetric Cryptography #1</li>
<li>Asymmetric Cryptography #2</li>
<li>Hash Functions and Message Authentication Codes</li>
<li>Access Control (Authentication)</a></li>
<li>Access Control (Authorization)</li>
<li>Malware</li>
<li>OS Security</li>
<li>Syllabus</li>
<li>Course Overview</li>
<li>Basics
<ul>
<li>Control hijacking attacks: exploits and defenses</li>
<li>Dealing with legacy code: sandboxing and isolation</li>
<li>Principle of least privilege, access control, and operating systems security</li>
</ul>
</li>
<li>Web Security
<ul>
<li>Basic web security model</li>
<li>Web application security</li>
<li>Session management and user authentication</li>
<li>Content Security Policies (CSP), Web workers, and extensions</li>
<li>HTTPS: goals and pitfalls</li>
</ul>
</li>
<li>Network Security
<ul>
<li>Unwanted traffic: denial of service attacks</li>
<li>Malware: Computer viruses, Spyware, and key-loggers </li>
</ul>
</li>
<li>Security of mobile platforms
<ul>
<li>Mobile platform security models: Android and iOS</li>
<li>Mobile threats and malware</li>
</ul>
</li>
</ol>
</section>
<section class="references">
<header>
<h1>REFERENSI</h1>
</header>
<ol>
<li>Information Security : Principles and Practice (Mark Stamp - Wiley)</li>
<li>Cryptography Engineering : Design Principles and Practical Applications (Niels Ferguson, Bruce Schneier, Tadayoshi Kohno - Wiley)</li>
<li><a href="http://www.cacr.math.uwaterloo.ca/hac/">Handbook of Applied Cryptography</a></li>
<li>Cryptography: A Very Short Introduction (Fred Piper and Sean Murphy)</li>
<li>Cryptography: Theory and Practice (Douglas Stinson)</li>
</ol>
</section>
<?php
include "../includes/footer.php";