Skip to content
Advertisement

Decrypt the crypto data

I am trying to encrypt and decrypt values using node inbuild module crypto. I have followed this tutorial to encrypt the data. They haven’t to gave any sample code to decrypt. When I try to use other tutorial code to decrypt the data. It not working out. Please help me out,

Code

JavaScript

Advertisement

Answer

Since you havent provided the code for decryption, Cant help you what is actually wrong you doing, apart from that you can do this to get decrypted code:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement