๐Ÿ“ยง Cryptography

Algorithms

  • Encryption:
  • Message Authentication Code (MAC)
    • HMAC โ€” Hash-based Message Authentication Code
    • GMAC โ€” Message Authentication Code using Galois/Counter Mode
  • Key Derivation Function (KDF)
    • HKDF โ€” HMAC-based Key Derivation Function

Attacks

Backlinks