Encrypted Client Hello (ECH / ESNI)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/encrypted-sni/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/encrypted-sni/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/encrypted-sni/)
Use the native HTML custom element.
Encrypted Client Hello (ECH), ранее известный как Encrypted SNI (ESNI), — расширение TLS, шифрующее поле Server Name Indication (SNI) в TLS-рукопожатии. Поле SNI традиционно раскрывает, к какому домену подключается клиент, даже когда сам трафик зашифрован. ECH устраняет эту уязвимость конфиденциальности, используя открытый ключ, опубликованный в [[dns|DNS]] домена, для шифрования SNI. Для полной эффективности ECH требует [[dns-privacy|конфиденциальности DNS]].
Пример
Without ECH, a passive observer on a CDN-hosted IP sees 'TLS ClientHello → target: example.com' even over HTTPS. With ECH, the SNI field is encrypted, revealing only the CDN's outer hostname.