89 lines
2.5 KiB
PHP
89 lines
2.5 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 Senin<br/>Jam 11.30<br/>Ruang </p>
|
|
</aside>
|
|
</section>
|
|
<section class="classinfo">
|
|
<section class="notice">
|
|
<header>
|
|
<h1>PEMBERITAHUAN</h1>
|
|
</header>
|
|
<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>PENGANTAR</h1>
|
|
</header>
|
|
<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>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<h1>MATERI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Syllabus</li>
|
|
<li>Course Overview</li>
|
|
<li>Computer Security Intro</li>
|
|
<li>Basics
|
|
<ul>
|
|
<li>Control hijacking attacks: exploits and defenses</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>HTTPS: goals and pitfalls</li>
|
|
<li>HTTPS: SSL/TLS Attacks</li>
|
|
</ul>
|
|
</li>
|
|
<li>Overview of Cryptography</li>
|
|
<li>Network Security
|
|
<ul>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
</section>
|
|
<section class="references">
|
|
|
|
</section>
|
|
<?php
|
|
include "../includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|