HMAC Signature - CI/CD用語集の定義
HMAC signature は、共有secretを用いてメッセージ全体に対して計算された鍵付きハッシュで、メッセージとともに送信されます。受信側はこれを再計算して、メッセージが真正で改変されていないことを確認できます。X-Hub-Signature-256 のようなwebhook署名検証の基盤です。
関連ガイド
Nonce - CI/CD Glossary DefinitionA nonce is a number used once, attached to a request so a server rejects any duplicate - the standard defense…
Replay Attack - CI/CD Glossary DefinitionA replay attack captures a valid request and re-sends it later to repeat its effect. Nonces, timestamps, and…
Checksum Verification - CI/CD Glossary DefinitionChecksum verification recomputes a downloaded file’s hash and compares it to a trusted value, confirming the…