diff --git a/courses.php b/courses.php index c78cf6a..47a34bd 100644 --- a/courses.php +++ b/courses.php @@ -27,10 +27,10 @@ include "includes/navbar.html";

Gasal 2014/2015

    -
  1. Network Administration
  2. -
  3. Computer Security
  4. -
  5. Computer Technology
  6. -
  7. Cryptography
  8. +
  9. Network Administration
  10. +
  11. Computer Security
  12. +
  13. Computer Technology
  14. +
  15. Cryptography
diff --git a/kripto-ti/index.php b/kripto-ti/index.php new file mode 100644 index 0000000..b8515ff --- /dev/null +++ b/kripto-ti/index.php @@ -0,0 +1,75 @@ + + +Willy Sudiarto Raharjo - Cryptography + + + + + + + +
+ +
+
Cryptography
+ +
+
+
+

PENGAJAR

+
+

Erick Purwanto, S.Kom., M. Comp
Willy Sudiarto Raharjo, S.Kom., M.Cs

+
+
+
+

PENGANTAR

+
+

Matakuliah ini memperkenalkan konsep Kriptografi mulai dari sejarah, enkripsi simetris dan asimetris, integritas pesan, tandatangan dan sertifikat digital, protokol identifikasi dan beberapa topik tambahan seperti zero knowledge, oblivious transfer, two party computation, and multi party computation.

+
+
+ +
+
+

MATERI

+
+
    +
  1. Syllabus
  2. +
  3. Course Overview
  4. +
  5. Intro of Crypto: history, terminology of security, review discrete probability
  6. +
  7. Symmetric Key Encryption: One Time Pad, Stream Ciphers, Block Ciphers, and their Attacks
  8. +
  9. Message Integrity: MACs, Collision Resistant Hashing, Birthday Attack
  10. +
  11. Authenticated Encryption: Construction Cipher+MAC, Active Attacks
  12. +
  13. Key Derivations, Deterministic Encryptions, Tweakable Encryptions, Format Preserving Encryptions
  14. +
  15. Public Key (Asymmetric) Encryption: Number Theory, PKE from Trapdoor Permutations (RSA), PKE from Diffie-Hellman (ElGamal)
  16. +
  17. Digital Signatures and Certificates
  18. +
  19. Identification Protocols, Authenticated Key Exchange, TLS Key Exchange
  20. +
  21. Zero Knowledge Protocols and Proofs of Knowledge
  22. +
  23. Privacy Mechanisms: Group Signatures and Credential Systems
  24. +
  25. Private Information Retrieval and Oblivious Transfer
  26. +
  27. Two Party Computation: Yao's Protocol and Applications
  28. +
  29. Multi Party Computation
  30. +
+
+
+
    +
  1. Introduction to Modern Cryptography (Jonathan Katz, Yehuda Lindell, Chapman &Hall)
  2. +
+ + +