Let’s Talk about PAKE (2018)
blog.cryptographyengineering.com
Let’s Talk about PAKE (2018)
1–10 of 70 posts
Re: Let’s Talk about PAKE (2018)
#2Re: Let’s Talk about PAKE (2018)
#3Re: Let’s Talk about PAKE (2018)
#4Re: Let’s Talk about PAKE (2018)
#5Re: Let’s Talk about PAKE (2018)
#6Re: Green's question on why it is not more widely deployed, I assume it is since TLS already is common and PAKE would be an additional layer of encryption on this? Or is his proposal use PAKE for auth then discard keys, use TLS normally?
Re: Let’s Talk about PAKE (2018)
#7I felt this way when I first read about RSA and public key encryption, and Shamir's secret sharing algorithm
This article gave me the same feeling with regards to OPAQUE.
I don't know that I will ever personally implement the algorithm, but just knowing about it is gives me a certain nerdy pleasure.
Thanks for the great writeup.
Re: Let’s Talk about PAKE (2018)
#8Moreover, though, users run so much shit in their browsers. More than half of the logged errors on my site are from user scripts and browser extension content scripts doing lord knows what. They can all just slurp the value out of the DOM, no questions asked. Never mind my CSP, HTTPS, and all of the effort I go to making my server environment secure and safe. The weakest link is not the password getting sent to my servers (over HTTPS), it's the utter free-for-all happening on the page in the first place.
Re: Let’s Talk about PAKE (2018)
#9Re: Let’s Talk about PAKE (2018)
#10Relatedly, a recent post on SRP (the most commonly used PAKE) and how it's worse in all cases than PAKEs derived from SPEKE: https://tobtu.com/blog/2021/10/srp-is-now-deprecated/
https://news.ycombinator.com/item?id=18260407
Thanks.