NSEC / NSEC3 (إنكار الوجود في DNSSEC)
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/nsec-nsec3/" 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/nsec-nsec3/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/nsec-nsec3/)
Use the native HTML custom element.
NSEC (Next Secure) وNSEC3 (RFC 5155) هما نوعا سجل [[dnssec|DNSSEC]] يُستخدمان لإثبات عدم وجود اسم نطاق مُستعلَم عنه، ويُعرف ذلك بـ«إنكار الوجود الموثق». يربط NSEC السجلات أبجدياً مما يتيح تعداد المنطقة (مصدر قلق للخصوصية). يُجري NSEC3 عملية تجزئة لأسماء السجلات قبل ربطها، مما يمنع التعداد السهل مع توفير دليل تشفيري على عدم الوجود. يُفضَّل NSEC3 بشدة للمناطق العامة التي تتعامل مع البيانات الحساسة.
مثال
When querying 'nonexistent.example.com' in a DNSSEC-signed zone, an NSEC3 record proves the name doesn't exist without revealing other names in the zone.