-
-
Notifications
You must be signed in to change notification settings - Fork 16
feat: Password-protected AES-256 encrypted pastes #33
Copy link
Copy link
Open
Description
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:
- 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 Implement read and create document endpoints. #24.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
☄️ enhancementNew feature or requestNew feature or request
Projects
Status
Ready