api: YAML JSON TOON Database
version: 1.0.0
format: yaml
dataset:
  id: 391
  slug: cryptography-basics
  title: Cryptography Basics
  description: Fundamental cryptographic concepts.
  category: Cybersecurity
  category_slug: cybersecurity
  tags: security,cryptography,encryption
  view_count: 5
  created_at: 1781275786
  updated_at: 1781275786
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.
