top | item 21958933

(no title)

jerry292 | 6 years ago

I read you use IPFS. To my knowledge everything on there can be encrypted however not private. Is there a specific way you get around that.

discuss

order

brendoncarroll|6 years ago

Yes. WebFS doesn't actually use any of the file/directory functionality provided by IPFS, or any encryption features. We only use the get/put block functionality. Everything is encrypted in WebFS before being posted to a Store.

The data encryption keys are generated using a secret and the hash of the data being encrypted. That key is stored in the reference to that data. This continues recursively to the superblock which is not encrypted.

mirimir|6 years ago

Can one use Tor onions as stores?

mirimir|6 years ago

What do you mean by "private"?

I mean, if it's securely encrypted, does it matter if others can see it? And indeed, if it's online, you must assume that others can see it.

My privacy concern is about IP addresses. So I'd want to use IPFS with Tor onions as stores.

jerry292|6 years ago

Well I fear even if the information is encrypted alone once quantum computing breaks modern AES encryption standards that’s going to be a yikes. So I’d be more comfortable with encryption as well as access controls.