spirit icon indicating copy to clipboard operation
spirit copied to clipboard

feat: Password-protected AES-256 encrypted pastes

Open jackdorland opened this issue 4 years ago • 2 comments

Please check the box if you understand that this repo is only for server-side backend issues. Please write issues related to the frontend or cli client in their respective repositories:

  • [x] I understand.

Is your feature request related to a problem? Please describe.

N/A

Describe the solution you'd like

When pastes are uploaded, perhaps through a /encrypt endpoint, you would need to specify a password in the query parameters (or multipart form value). The server would then hash the password, salt it, encrypt the paste, and return the ID. No other data will be stored on the server other than the hash of the password.

Describe alternatives you've considered

N/A

Additional context

  • First referred to in #24.

jackdorland avatar Jun 03 '20 17:06 jackdorland

Stale issue message

github-actions[bot] avatar Aug 04 '20 00:08 github-actions[bot]

Stale issue message

github-actions[bot] avatar Nov 29 '20 00:11 github-actions[bot]