Need Help to find out hash type
#1
Hi!

I captured HTTP POST data. The posted data is verified with a X-Signature-Header.

If i resend the same data, i got a success message.
If i change the data i got a message from Server {"status":"INVALID_AUTH_SIGNATURE"}

Here is an example Signature Header:
"X-Signature: 6b3d91b6118ebbd6ba6e1360f782c5c6"

I want to find out which hash-type is used to change the content of data, calculate the signature and create my own posts.

I have the posted data in a file and know the signature - Can you help me a hint how can i realize my plan?


Thank you and so long,
josen


Messages In This Thread
Need Help to find out hash type - by bc77 - 05-16-2016, 10:16 AM
RE: Need Help to find out hash type - by atom - 05-16-2016, 01:45 PM
RE: Need Help to find out hash type - by bc77 - 05-16-2016, 07:32 PM
RE: Need Help to find out hash type - by bc77 - 05-17-2016, 10:21 PM
RE: Need Help to find out hash type - by epixoip - 05-17-2016, 07:53 PM
RE: Need Help to find out hash type - by atom - 05-19-2016, 08:18 PM