๐ยง Cryptography
Algorithms:
Encryption:
Message Authentication Code (MAC)
Key Derivation Function (KDF)
Attacks:
Length extension attack โ an attack on hashing function that allows computing a valid hash for a longer message without knowing the message itself.
TLS CBC IV attack โ an attack on CBC cipher when ciphertext of the previous block is reused as IV of the next block.
Backlinks
- ๐ยง Index
- ๐Galois/Counter Mode (GCM) and GMAC
- ๐Counter (CTR)
- ๐Output Feedback (OFB)
- ๐Cipher Feedback (CFB)
- ๐Propagating Cipher Block Chaining (PCBC)
- ๐Padding (Encryption)
- ๐Initialization Vector
- ๐Cipher Block Chaining (CBC)
- ๐Electronic Codebook (ECB)
- ๐Replay attack
- ๐TLS CBC IV attack
- ๐Block cipher mode of operation
- ๐Length extension attack
- ๐HMAC
- ๐HKDF