71 lines
2.3 KiB
PHP
71 lines
2.3 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>Hari <br/>Jam <br/>Ruang </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>Syllabus</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>Security Awareness: Applying Practical Security in Your World (Mark Ciampa - Cengage)</li>
|
|
<li>Computer Security Handbook (Seymour Bosworth, M.E. Kabay - John Wiley & Sons, Inc)</li>
|
|
<li>Computer and Information Security Handbook (John R. Vacca - Morgan Kaufman)</li>
|
|
<li><a href="http://www.cacr.math.uwaterloo.ca/hac/">Handbook of Applied Cryptography</a></li>
|
|
</ol>
|
|
</section>
|
|
<?php
|
|
include "../includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|