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

[MAR-39] Allow encrypted export #5

Open
cfu288 opened this issue Jan 27, 2023 · 0 comments
Open

[MAR-39] Allow encrypted export #5

cfu288 opened this issue Jan 27, 2023 · 0 comments
Assignees
Labels
Feature Created by Linear-GitHub Sync Medium priority Created by Linear-GitHub Sync

Comments

@cfu288
Copy link
Owner

cfu288 commented Jan 27, 2023

Allow user to export data as a blob or zip file.

Need to decide on how to best encrypt. AES 256 with PBKDF2? bcrypt, scrypt, Argon2

Research

PBKDF2 as a symmetric key

Another popular way PBKDF2 is used is as a means of turning a user supplied password into a symmetric key suitable for use with the AES algorithm. This relies on the fact that AES can use anby value as its input that meets certain length and entropy requirements and that PBKDF2 can produce a hash of any length which meets those requirements for entropy.

From SyncLinear.com | MAR-39

@cfu288 cfu288 added Feature Created by Linear-GitHub Sync Medium priority Created by Linear-GitHub Sync labels Jan 27, 2023
cfu288 added a commit that referenced this issue Aug 21, 2023
cfu288 added a commit that referenced this issue Nov 8, 2023
@cfu288 cfu288 self-assigned this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Created by Linear-GitHub Sync Medium priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant