pxsolver-native 1.7.0

Native PerimeterX sensor generator — N1 cipher core (ADR-0024)
Documentation
[
  {
    "input": "",
    "expected": ""
  },
  {
    "input": "A",
    "expected": "QQ=="
  },
  {
    "input": "Man",
    "expected": "TWFu"
  },
  {
    "input": "Ma",
    "expected": "TWE="
  },
  {
    "input": "M",
    "expected": "TQ=="
  },
  {
    "input": "hello world",
    "expected": "aGVsbG8gd29ybGQ="
  },
  {
    "input": "pedidosya.com.ar",
    "expected": "cGVkaWRvc3lhLmNvbS5hcg=="
  },
  {
    "input": "{\"vid\":\"abc-123\",\"tag\":\"v3.1\"}",
    "expected": "eyJ2aWQiOiJhYmMtMTIzIiwidGFnIjoidjMuMSJ9"
  }
]