๐ยง 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