lukewhrit / spacebin

🔭 spacebin: text sharing for the final frontier
https://spaceb.in
Apache License 2.0
75 stars 6 forks source link

feat: Password-protected AES-256 encrypted pastes #33

Open jackdorland opened 4 years ago

jackdorland commented 4 years ago

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:

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

github-actions[bot] commented 3 years ago

Stale issue message

github-actions[bot] commented 3 years ago

Stale issue message