How to find Hash depend on timestamp ???
-
Can anyone tell me how to make this hash
Site 1 :
"email":"USER","pass":"pass","timestamp":1603791424488,"api_key":"bcbb5d070e1c55e9ab963d95bd5566c4","hash":"600b5e8a9658091f35f9fa378cf3c22e12672cfc78d3f3927a5e7de82663e8ac"Site 2 :
hash: 0012f86446dda0a79b37d0f3e324406f
appkey: B0A23544E86B477B8A9A21ACA915B6A9
timestamp: 1602229228I have this request for 2 different site but it has the same problem. Hash change everytime even user and pass unchange so I think It depend on timestamp but i find every hash timestamp but it not work
Anyone help me pleasethank you so much
-
Timestamp is basically the current time but presented in unix form,
so to use that all you have to do is:Make a function block > Function: CurrentUnixTime > Give it a variable > and use it.