TSIG (Assinatura de Transação)
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/tsig/" 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/tsig/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/tsig/)
Use the native HTML custom element.
A assinatura de transação (TSIG, RFC 8945) é um mecanismo para autenticar mensagens [[dns|DNS]] entre servidores usando uma chave secreta compartilhada e criptografia HMAC. O TSIG é comumente usado para proteger as [[axfr|transferências de zona]] entre servidores de nomes primários e secundários, e para autenticar solicitações de atualização DNS dinâmica. Diferentemente do [[dnssec|DNSSEC]], que protege os dados em trânsito para os usuários finais, o TSIG protege a comunicação DNS servidor a servidor na camada de transporte.
Exemplo
A primary nameserver configured with TSIG will reject zone transfer requests from secondary servers that don't present the correct shared secret, preventing unauthorized zone replication.