Best answer

Generate hash using SHA512 encryption algorithm

  • 24 August 2021
  • 2 replies
  • 1649 views

Hello,
I am trying to make a zap which will poll data from an api but it requires hash as a payload for authentication which is generated using SHA512 encryption algorithm on the combination of email + secretkey + timestamp (“+” refers to concatenation and is not an addition operator).
I have all the data such as email, secretkey, timestamp.
Goal:

To generate Hash using the SHA512 encryption algorithm.

icon

Best answer by Troy Tessalone 24 August 2021, 23:43

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

cc: @ikbelkirasan 

Userlevel 7
Badge +14

@Chinmay Mehta 

Give this a try in a JavaScript Code step: https://zapier.com/apps/code/help