79378898

Date: 2025-01-22 18:47:07
Score: 0.5
Natty:
Report link

Using LinkedIn-provided example values:

secret = "iDzHQuN810pKNCHi".encode()
code = "f59fcbe0-d2e2-49cc-8c08-0ec02a2b8b0d".encode()
response = hmac.digest(secret, code, "sha256").hex()
correct = "52ff30198b4e72cdc69849b1634d0b0e78f165cee7771a235b6cc825eb10fbd9"
print(response, correct)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: racitup