90 lines
3.2 KiB
PHP
90 lines
3.2 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 C<br/>Hari Rabu<br/>Jam 10.30<br/>Ruang D.3.5</p>
|
|
<hr/>
|
|
<p>Grup D<br/>Hari Rabu<br/>Jam 13.30<br/>Ruang D.3.5</p>
|
|
</aside>
|
|
<header>
|
|
<h3><a href="TOPIK">TOPIK PRESENTASI</a></h3>
|
|
</header>
|
|
<header>
|
|
<h3><a href="https://docs.google.com/spreadsheet/pub?key=0AvhuiUaiIBYmdFVuS2hZcmdBV08wUnk5SnM3WTg2RWc&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>
|
|
</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>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<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>
|
|
</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>
|