How to decrypt form data through API ?

  • perfeqta
    Asked on June 16, 2020 at 5:41 AM

    We are using encryption in our JotForm's form. Now I want to decrypt that using Node.js.

    Can you please provide me any sample code or steps, which I can follow to do this in my backend code?

    Thanks in advance.

  • Bojan Support Team Lead
    Replied on June 16, 2020 at 7:33 AM

    Greetings and thank you for your message.

    If I am not mistaken, you can achieve this using the node-rsa library and providing your private key to it. Please note that I have not tested the provided library, and I am not able to guarantee you can achieve what you need with it.

    Let us know if this worked for you.

    Thank you for your understanding.