Live data from Hacker News

Show HN: Encrypt and upload files to IPFS from browser

thirdcloud.org

41–43 of 43 posts

Re: Show HN: Encrypt and upload files to IPFS from browser

#41

Earlier quoted context omitted.

That's assuming classical computers though, right? What about future quantum computing developments?

I guess it depends on the algorithm they chose, HChaCha20 is the symmetric encryption algorithm for libsodium.js which is quantum resistant. https://doc.libsodium.org/secret-key_cryptography/secretstre... https://crypto.stackexchange.com/questions/79518/is-xchacha2...

Most if not all symmetric encryption is quantum resistant though (with a large enough key). Quantum computing only causes problems for asymmetric algorithms that involve factorisation iirc

Re: Show HN: Encrypt and upload files to IPFS from browser

#43
post #33

Earlier quoted context omitted.

No? That's like saying "if my glass can fit a drop of water, then it can also fit an ocean". There is an upper bound to how much processing power there can be in the universe, and 512 bit keys need more than that to be cracked.

That's assuming classical computers though, right? What about future quantum computing developments?

The key words here are "brute force" -- there might be some [possibly quantum] techniques around it, but probabilities around guessing and checking an arbitrary number remain constant.
Post reply on HN