fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Lightweight Encryption Proof-of-Concept #45

Closed expede closed 4 years ago

expede commented 5 years ago

Problem

IPFS files are (by default) globally available. Many, many, many use cases require private files.

Solution

Implement end-to-end encryption on:

  1. The web-api hosted service
  2. The front end framework

Appendix

TripleSec

expede commented 5 years ago

Branch: private-files

expede commented 4 years ago

Done long time ago