83 lines
2.8 KiB
PHP
83 lines
2.8 KiB
PHP
<!DOCTYPE html>
|
|
<head>
|
|
<title>Willy Sudiarto Raharjo - Computer Security</title>
|
|
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Keamanan Komputer, Teknik Informatika" />
|
|
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Keamanan Komputer Universitas Kristen Duta Wacana" />
|
|
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
|
<style type="text/css">
|
|
@import "../includes/index.css";
|
|
@import "../includes/normalize.css";
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
include "../includes/functions.php";
|
|
?>
|
|
<header role="banner">
|
|
<?php
|
|
include "../includes/courses.php";
|
|
?>
|
|
</header>
|
|
<section class="title">Computer Security</section>
|
|
<section class="sidebar">
|
|
<header>
|
|
<h3>Jadwal</h3>
|
|
</header>
|
|
<aside>
|
|
<p>Grup A<br/>Hari Kamis<br/>Jam 10.30<br/>Ruang D.3.1</p>
|
|
<hr/>
|
|
<p>Grup B<br/>Hari Kamis<br/>Jam 13.30<br/>Ruang D.3.1</p>
|
|
</aside>
|
|
</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>
|
|
</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.</p>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<h1>MATERI</h1>
|
|
</header>
|
|
<ol>
|
|
<li><a href="syllabus.pdf">Syllabus</a></li>
|
|
<li><a href="introduction_cryptography.pdf">Introduction to Cryptography</a></li>
|
|
<li>Number Theory</li>
|
|
<li>Classical Ciphers</li>
|
|
<li>Symmetric Cryptography #1</li>
|
|
<li>Symmetric Cryptography #2</li>
|
|
<li>Asymmetric Cryptography #1</li>
|
|
<li>Asymmetric Cryptography #2</li>
|
|
<li>Hash Functions and Message Authentication Codes</li>
|
|
<li>Access Control (Authentication)</li>
|
|
<li>Access Control (Authorization)</li>
|
|
<li>Software Flaws and Malware</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";
|
|
?>
|
|
</body>
|
|
</html>
|