Decrypt using the crypto object

danielhoenig
Participant III

I'm planning to use the crypto object in Edge to encrypt a value, and I also need to be able to decrypt those same values. But, I don't see any documentation on decrypting the values. Is that possible with the crypto object? If not, how would I go about doing that?

0 2 371
2 REPLIES 2

sidd-harth
Participant V

Yes, I started using that, but then switched to using the crypto object in JS since I was using JS scripts anyway.

I'll switch back to the java callout if the crypto object doesn't support decrypting values. It doesn't look like it does from what the documentation says, but I'd like to see if anyone can verify that it does not decrypt values.