Forum Discussion

murali191985's avatar
15 years ago

How to validate the response if it is encrypted

Hi Everyone,

I am looking for help .........
the request i am receiving is encrypted , i have no clue how to solve and then validate the response , can any one help me please?

2 Replies

  • Jasper175's avatar
    Jasper175
    Frequent Contributor
    I think we would need more info - but I have to do this also, however I know what the encryption is.
    I use JDBC step where I get the actual encrypted password made from "Test123". Therefore I always know that {SHA-256-1}NBcwgbRlieKVLSOO0eUuftbiIavrNudRoTt+A= means "Test123"

    There is no way you'll be able to validate encryption w/out the ability to know the actual string value or with de-crypting ability.

    But i'm no expert but figured I'd reply.
  • nmrao's avatar
    nmrao
    Community Hero
    If you know the details how the data is encrypted, then you would be able to depcrypt it.

    What you may need to know is like what algorithm used(for instance, SHA, RSA, MD5 etc), is there any key used while encryption. I believe, your service provide should be able to help you in this reagard.