Skip to content

Create a server supporting encryption/decryption of structured data (JSON, XML) via REST endpoints #57

@odd

Description

@odd
  • Multiple keys/schemes should be supported.
  • Annotation marking parts of data to be encrypted should exist for different formats of structured data (JSON, XML).

Example

Input:

{
  "name": "Pelle",
  "password": [["@", "clear", "key-1"], "secret"]
}

Output:

{
  "name": "Pelle",
  "password": [["@", "cipher", "key-1"], "x34dbqwfr"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions