{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402pastebin-987659876-xyz-secret",
  "title": "x402 Pastebin \u00b7 Encrypted Secret Storage",
  "url": "https://x402pastebin.987659876.xyz/secret",
  "category": "tools",
  "summary": "Store encrypted secrets up to 1MB with AES-256-GCM encryption and passphrase-derived keys that are never stored server-side.",
  "seo": {
    "title": "Encrypted Secret Storage API | x402 Pastebin",
    "description": "Store encrypted secrets with x402 Pastebin. 0.05 USDC per call. AES-256-GCM encryption, scrypt key derivation, burn-after-reading option. Max 1MB."
  },
  "use_cases": [
    "Securely share API keys with team members",
    "Store sensitive configuration with burn-after-reading",
    "Encrypt credentials for automated deployment pipelines"
  ],
  "ideal_buyer": "DevOps teams and security-conscious developers needing encrypted secret storage with client-side encryption guarantees.",
  "example_prompt": "Store this database connection string with burn-after-reading enabled, encrypted with my passphrase: postgres://user:pass@host/db",
  "example_request_body": {
    "content": "postgres://user:pass@host/db",
    "passphrase": "my-secure-passphrase-123",
    "burn_after_reading": true
  },
  "risk_notes": [
    "Handles secrets/credentials \u2014 PII/security risk.",
    "Initiates outbound payment \u2014 financial risk."
  ],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xee72b902af7466023595512e3359bb5bf312977c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Pay $0.05 USDC to store an encrypted secret (up to 1 MB). The secret is encrypted with AES-256-GCM using a key derived from your passphrase via scrypt. The passphrase is never stored \u2014 only the ciphertext. Reveal with POST /secret/{{token}} and the correct passphrase.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "required": [
              "content",
              "passphrase"
            ],
            "properties": {
              "content": {
                "type": "string",
                "description": "The secret text to encrypt and store (max 1 MB)"
              },
              "passphrase": {
                "type": "string",
                "description": "Passphrase used to encrypt. Never stored. Required to reveal."
              },
              "burn_after_reading": {
                "type": "boolean",
                "description": "If true, delete the secret after the first successful reveal"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "message": "Secret stored encrypted. Share the token and passphrase separately.",
            "burn_after_reading": false
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402pastebin-987659876-xyz",
    "host": "x402pastebin.987659876.xyz",
    "url": "https://x402pastebin.987659876.xyz"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402pastebin-987659876-xyz-secret",
    "url": "https://x402all.com/resource/x402pastebin-987659876-xyz-secret",
    "name": "x402 Pastebin \u00b7 Encrypted Secret Storage",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402pastebin-987659876-xyz-secret",
      "@type": "Offer",
      "price": "0.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.050000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://x402pastebin.987659876.xyz/secret",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402pastebin-987659876-xyz",
      "url": "https://x402pastebin.987659876.xyz",
      "name": "x402pastebin.987659876.xyz",
      "@type": "Organization"
    },
    "identifier": "x402pastebin-987659876-xyz-secret",
    "description": "Store encrypted secrets with x402 Pastebin. 0.05 USDC per call. AES-256-GCM encryption, scrypt key derivation, burn-after-reading option. Max 1MB.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402pastebin-987659876-xyz-secret",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402pastebin-987659876-xyz-secret"
}
