Google's threat model for post-quantum cryptography
bughunters.google.com
Google's threat model for post-quantum cryptography
1–10 of 81 posts
Re: Google's threat model for post-quantum cryptography
#2Re: Google's threat model for post-quantum cryptography
#3In short all encrypted data transiting through internet will get uncrypted once quantum computing is there. As if we didn't already had enough threats to worry about...
Re: Google's threat model for post-quantum cryptography
#4Re: Google's threat model for post-quantum cryptography
#5This is smart. PQC schemes often add too much overhead for interoperable cookie sizes. Instead of trying to cram a PQC signature into a cookie, just stop using the stateless cookie designs that require asymmetric signatures.
I'm not sure I buy the Global Risk Institute chart. I get that they need to motivate adoption, but practical cryptanalytic work with quantum computers seems unpromising right now.
Re: Google's threat model for post-quantum cryptography
#6[flagged]
Re: Google's threat model for post-quantum cryptography
#7In short all encrypted data transiting through internet will get uncrypted once quantum computing is there. As if we didn't already had enough threats to worry about...
Re: Google's threat model for post-quantum cryptography
#8Re: Google's threat model for post-quantum cryptography
#9Stateless tokens come with independent security concerns, and moving towards stateful tokens is prudent just to ensure more robust systems. [...] Our main recommendation is to use stateful tokens where possible, given their additional security benefits. This is smart. PQC schemes often add too much overhead for interoperable cookie sizes. Instead of trying to cram a PQC signature into a cookie, just stop using the st…
Re: Google's threat model for post-quantum cryptography
#10This may be a naive question but why not go back to Vernam? Storage is cheap.
How do you distribute your pads? (hint: it's a chicken-and-egg problem, you need a secure channel)
How do you ensure they're only ever used once?
In its most obvious instantiation, you get no authentication. So now you have to build an authentication mechanism on top. There's simply no point, when we have better solutions already.
And to top it all off, symmetric ciphers aren't threatened by quantum computing in the first place.