Skip to content

Support arrays and arrays-of-objects #11

@simonratner

Description

@simonratner

Example:

{
  "secrets": [
    {
      "id": 1,
      "secret": "..."
    },
    {
      "id": 2,
      "secret": "..."
    }
  ]
}

Want to have the secrets encrypted (but leave the ids in plain text, to be used in lookups and indices).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions