api: "YAML JSON TOON Database"
version: "1.0.0"
format: "json"
dataset:
  slug: "cryptography-basics"
  title: "Cryptography Basics"
  description: "Fundamental cryptographic concepts."
  category: "Cybersecurity"
  category_slug: "cybersecurity"
  tags: "security,cryptography,encryption"
  view_count: 0
data:
  - term: "Symmetric Encryption"
    description: "Same key is used for encryption and decryption."
  - term: "Asymmetric Encryption"
    description: "Public and private key pair used for encryption and signing."
  - term: "Hash Function"
    description: "One-way function producing a fixed-size digest."
  - term: "Digital Signature"
    description: "Uses a private key to sign and a public key to verify."
  - term: "Public Key Infrastructure"
    description: "Framework for managing public-key certificates."
  - term: "Block Cipher"
    description: "Encrypts fixed-length blocks of plaintext."
  - term: "Stream Cipher"
    description: "Encrypts data one bit or byte at a time."
