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: Encrypt files #357

Closed
wants to merge 3 commits into from
Closed

feat: Encrypt files #357

wants to merge 3 commits into from

Conversation

dariusc93
Copy link
Contributor

What this PR does 📖

  • Encrypt files being stored in constellation with a unique key, which is encrypted with the private key
  • Encrypt key when attaching files based on chat type.
  • Decrypt file while downloading

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤

@dariusc93 dariusc93 self-assigned this Nov 7, 2023
@dariusc93
Copy link
Contributor Author

While the data itself can (and should) be encrypted directly, its been decided to encrypt the link directly instead of the data.

@dariusc93 dariusc93 closed this Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encrypt files in fs-ipfs
1 participant