<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

 
 
  <channel>
    <title>KMF on ServiceNow Developer Blog</title>
    <link>https://developer.servicenow.com/blog.do?p=/tags/kmf/</link>
    <description>Recent content in KMF on ServiceNow Developer Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 12 Dec 2022 10:00:00 -0400</lastBuildDate>
    
        
        
         
        <atom:link href="https://developer.servicenow.com/blog.do?p=/tags/kmf/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Using KMF for HMAC verification</title>
      <link>https://developer.servicenow.com/blog.do?p=/post/using-kmf-for-hmac-verification/</link>
      <pubDate>Mon, 12 Dec 2022 10:00:00 -0400</pubDate>
      
      <guid>https://developer.servicenow.com/blog.do?p=/post/using-kmf-for-hmac-verification/</guid>
      <description>Using KMF for HMAC Verification Hash-based message authentication code (or HMAC) is a common way to validate the authenticity of messages sent over the internet. For example, GitHub and Gitea rely on HMAC (SHA256) to secure webhooks. My team wanted to sync our Gitea Issues and Pull Requests to our ServiceNow instance, thus we wanted a Scripted REST API that verifies HMAC for those webhook messages.
There have been a few posts describing how HMAC verification can be implemented (e.</description>
    </item>
    
  </channel>
</rss>