Skip to content

Ability to decrypt secret into JSON payload #97

@mattburchett

Description

@mattburchett

Now that we have the ability to submit secrets via JSON payloads, we should be
able to also decrypt a secret via a JSON payload.

My thought is to send a payload of something like this:

{
	"key": "abcdefg1234567890",
	"message": "Foobar"
}

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions