Censys · Schema

CryptSetup

CryptSetup schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
client_nonce string
key string
server_nonce string
View JSON Schema on GitHub

JSON Schema

platform-cryptsetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-cryptsetup-schema.json",
  "title": "CryptSetup",
  "description": "CryptSetup schema from Censys Platform API",
  "type": "object",
  "properties": {
    "client_nonce": {
      "format": "base64",
      "type": "string"
    },
    "key": {
      "format": "base64",
      "type": "string"
    },
    "server_nonce": {
      "format": "base64",
      "type": "string"
    }
  },
  "additionalProperties": false
}