|
|
|
|
|
by SamuelAdams
915 days ago
|
|
The push for HTTPS everywhere came directly from the Snowden revelations, and that is considered a good thing. Now people are focused on encrypting metadata, so things like DNSSEC took off. There was a recent discussion about how state actors are using push notifications to spy on users. Maybe that is the next area of improvement. https://news.ycombinator.com/item?id=38543155 |
|
DNSSEC doesn't encrypt anything - it's all plaintext on the wire. There are some DNS extensions that encrypt the query/response (DNS over HTTPS does this), but DNSSEC is not that.
DNSSEC is simply a way to verify that the response you get has not been meddled with in transit - it's the domain owner signing the DNS records so that you can verify that your DNS responses aren't being modified by a malicious entity (that may very well be your ISP).