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 handshake ฟิลด์ 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.