AndrewPaglusch / FlashPaper

One-time encrypted password/secret sharing
MIT License
374 stars 60 forks source link

Ability to decrypt secret into JSON payload #97

Open mattburchett opened 1 year ago

mattburchett commented 1 year ago

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"
}