Skip to main content

Privacera Documentation

Format: LITERAL

Free-form: no specific format required.

  • Algorithm: FPE, Scope: All

  • Algorithm: Standard 256-bit, Scope: All

Example of FPE, All

  • Request:

    "datalist": [
        [
            "TRUE",
            "FALSE",
            "123876.0988",
            "123876",
            "Literal",
            "Test123Text",
            null
        ]
    ]
    
  • Response:

    "datalist": [
        [
            "",
            "",
            "",
            "",
            "",
            "",
            null
        ]
    ]