Please enable JavaScript.
Coggle requires JavaScript to display documents.
Kriptografi dan Keamanan Informasi - Coggle Diagram
Kriptografi dan Keamanan Informasi
Pengantar
Istilah
Cipher: Algoritma untuk melakukan enkripsi dan dekripsi
Plaintext: Text aslinya/sebenarnya
Ciphertext: Plaintext yang sudah dienkripsi
Key: Kunci yang digunakan cipher
Cryptanalysis: Ilmu untuk menganalisis dan membongkar ciphertext tanpa mengetahui key-nya
CIA Triad
Confidentiality: Data hanya bisa diakses oleh orang yang boleh mengaksesnya
Integrity: Data harus akurat, tidak corrupt atau rusak. Tidak ada manipulasi
Availability: Orang bisa mengakses informasi ketika informasi tersebut memang seharusnya bisa diakses. Contoh, serangan DoS: mengambil banyak resource sehingga orang lain tidak bisa mengakses ke informasi
3 Level
Rendah
Moderat
Tinggi
Symmetric Ciphers
Kriptografi Klasik
Transposition (Permutation) Cipher
Row Transposition Cipher
Rail Fence Cipher
Product Cipher
Substitution Cipher
Vigenere Cipher
One-time pad
Affine Cipher
Playfair Cipher
Hill Cipher
Caesar Cipher/Shift Cipher
Block Ciphers dan DES
Feistel Cipher
Diffusion and Confusion
Permutation Table
Expansion Table
S-Box Tables
Key Scheduling Algorithm
Double DES
Triple DES
Finite Fields
Polynomial Arithmetic
GF(2^n)
Finite Field
AES
AES Structure
Block Cipher Modes of Operation
Block Modes
Electronic Codebook (ECB)
Cipher Block Chaining (CBC)
Stream Modes
Cipher Feedback (CFB)
Output Feedback (OFB)
Counter (CTR)
XTS-AES Mode
Pseudorandom Number Generation
PRNG Algorithm
Linear Congruential Generators
Blum Blum Shub Generators
TRNG
PRF
Stream Cipher
RC4
A5