🔒🌐 HMAC SHA256/SHA1/MD5 generator (3 in 1)

by Payam Fz

Version 2 (April 11, 2021)

Download (279 downloads)

《New version》
Generates the HMAC SHA256/SHA1/MD5 cryptography signature which is usually used for web requests, secure messaging, etc.

[Variables]
🔸️message: the message to be authenticated
🔸️key: the secret key
🔸️signMethod: a flag for the signature type to be used (one of "sha256", "sha1" or "md5")

[Output]
🔹️sign: the final hmac signature

NOTES:
▫️The variables are preset to "The brown fox...", "key" and "sha256" inside the flow for demonstration purposes.
▫️ If you want to pass the variables from another flow, you can use a dictionary as payload and modify this flow to use that dictionary instead.
▫️If you want to use the calculated output in another flow, you can write it to a .txt file and read it in the other flow (unless flow outputs are supported in the future)

4.5 average rating from 2 reviews

5 stars
1
4 stars
1
3 stars
0
2 stars
0
1 star
0
Reports
0

Rate and review within the app in the Community section.