Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jakob_hansen
Partner - Contributor
Partner - Contributor

hmac sha1 Base64

Hi

Anyone who knows how to do hmac sha1 in Qlik Sense? And mabye Base64 encoding

1 Reply
Clever_Anjos
Employee
Employee

You can call one external REST to do that

hashify:
SQL SELECT
"Digest"
FROM JSON (wrap on) "root"
WITH CONNECTION (
URL "https://api.hashify.net/hash/sha1/hex?value=$(YOURSTRING)"
);