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

IPFS plugin #255

Open
radumarias opened this issue Dec 8, 2024 · 0 comments
Open

IPFS plugin #255

radumarias opened this issue Dec 8, 2024 · 0 comments
Labels

Comments

@radumarias
Copy link
Member

radumarias commented Dec 8, 2024

https://docs.ipfs.tech/concepts/privacy-and-encryption/#encryption

IPFS uses transport encryption but not content encryption. This means your data is secure when sent from one IPFS node to another. However, anyone can download and view that data with the CID. The lack of content encryption is an intentional decision. Instead of forcing you to use a particular encryption protocol, you can choose the best method for your project. This modular design keeps IPFS lightweight and free of vendor lock-in.

However, to add encryption support, it might help to create a plugin for IPFS.

Solutions using IPFS.

Structure notes

  • Create a dedicated folder in root for this
@radumarias radumarias added this to rencfs Dec 8, 2024
@radumarias radumarias moved this to Todo in rencfs Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant