{
  "locale": "zh",
  "capturedAt": "2026-09-11",
  "dimensions": {
    "password-output-light": {
      "width": 1182,
      "height": 438
    },
    "password-output-dark": {
      "width": 1182,
      "height": 438
    },
    "hash-output-light": {
      "width": 1182,
      "height": 620
    },
    "hash-output-dark": {
      "width": 1182,
      "height": 620
    },
    "jwt-output-light": {
      "width": 1182,
      "height": 716
    },
    "jwt-output-dark": {
      "width": 1182,
      "height": 716
    }
  },
  "password": {
    "bytes": 62,
    "count": 3,
    "lengths": [
      20,
      20,
      20
    ]
  },
  "hash": {
    "input": "MV Tools 完整性样例 — 2026",
    "inputBytes": 33,
    "outputBytes": 211,
    "values": [
      "SHA-256: d1bb3d35f921952cd09c3a01204a45c9aa385a8915536c08b99205ace3fb2ba6",
      "SHA-512: 2486865d5e4f6a2de898c002c390f662321d38802820629618e362f962aeba5b55f3fbc6db9ceae364d57d076b47433e319bfad40b1e59a394903e57763db23b"
    ]
  },
  "jwt": {
    "tokenBytes": 251,
    "header": "{\n  \"alg\": \"HS256\",\n  \"typ\": \"JWT\"\n}",
    "payload": "{\n  \"iss\": \"mv.tools\",\n  \"sub\": \"guide-demo\",\n  \"aud\": \"local-security-guide\",\n  \"iat\": 1893456000,\n  \"nbf\": 1893456000,\n  \"exp\": 1893542400,\n  \"scope\": \"read:sample\"\n}",
    "signature": "demo-signature-not-verified",
    "status": "有效"
  }
}
