﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/248" rel="self" type="application/rss+xml" />
        <title><![CDATA[Understanding HMAC signatures and how they work]]></title>
        <description><![CDATA[<p>HMAC, short for Hash-based Message Authentication Code, is a method used to check that a message is both authentic and unmodified. It's a common tool in webhooks, APIs, and any place where secure communication between systems matters. The idea behind HMAC is to use a shared secret key along with a hashing algorithm to create a unique signature for a message. This signature acts like a stamp of trust, if anything changes in the message or if the wrong key is used, the signature won't match.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/248/understanding-hmac-signatures-and-how-they-work]]></link>
        <pubDate>Mon, 23 Jun 2025 12:15:02 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>understanding-hmac-signatures-and-how-they-work</title>
            <link><![CDATA[https://www.hibit.dev/posts/248/understanding-hmac-signatures-and-how-they-work]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2025/06/1/headers/2260_hmac.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
