Layer7 API Management

  • 1.  Decrypting Hashed response

    Posted Oct 17, 2017 10:16 AM

    I have generated a hashed string using "Generate Security Hash"  giving signature algorithm "HMAC-SHA1 ". Can we decrypt the response to get the data back?



  • 2.  Re: Decrypting Hashed response
    Best Answer

    Broadcom Employee
    Posted Oct 17, 2017 11:42 AM

    Hi Fabiha,

     

    HMAC is a one way hash and cannot be decrypted. Ideally you would hash some input and match against a known hash for the value.

     

    Regards,

    Joe