Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
jackdorland opened this issue Jun 3, 2020 · 2 comments
Open
1 task done

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

jackdorland opened this issue Jun 3, 2020 · 2 comments
Assignees
Labels
☄️ enhancement New feature or request
Milestone

Comments

@jackdorland
Copy link
Contributor

jackdorland commented Jun 3, 2020

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

@jackdorland jackdorland added the ☄️ enhancement New feature or request label Jun 3, 2020
@jackdorland jackdorland pinned this issue Jun 3, 2020
@jackdorland jackdorland modified the milestones: Alpha v0.1.0, RC 1.0.0 Jun 4, 2020
@jackdorland jackdorland unpinned this issue Jun 4, 2020
@github-actions
Copy link

github-actions bot commented Aug 4, 2020

Stale issue message

@lukewhrit lukewhrit reopened this Aug 12, 2020
@lukewhrit lukewhrit reopened this Aug 21, 2020
@lukewhrit lukewhrit reopened this Aug 29, 2020
Repository owner deleted a comment from jackdorland Aug 29, 2020
@github-actions
Copy link

Stale issue message

@github-actions github-actions bot closed this as completed Dec 7, 2020
@lukewhrit lukewhrit reopened this Dec 7, 2020
@lukewhrit lukewhrit reopened this Dec 15, 2020
@lukewhrit lukewhrit reopened this Dec 23, 2020
@lukewhrit lukewhrit reopened this Dec 31, 2020
@lukewhrit lukewhrit removed this from the Release 1.0.0 milestone Jul 8, 2024
@lukewhrit lukewhrit added this to the v1.1.0 milestone Jul 8, 2024
@lukewhrit lukewhrit self-assigned this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☄️ enhancement New feature or request
Projects
Status: ☄️ Features
Development

No branches or pull requests

2 participants