cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
lala
Level VII

How to encode JSL to decrypt AES encrypted text with a known Key and IV?

Hello!

  • Does JSL have modules for text encryption and decryption?

Thanks!

 

AHK

String(AlgId, Mode := "", String := "", Key := "", IV := "", Encoding := "utf-8", Output := "BASE64")

2022-08-04_20-19-19.png

1 REPLY 1
lala
Level VII

Re: How to encode JSL to decrypt AES encrypted text with a known Key and IV?

AutoHotkey has this decrypted script.

https://www.autohotkey.com/boards/viewtopic.php?f=6&t=23413 

2022-08-11_22-08-31.png

2022-08-11_21-56-52.png

 

 

How to modify this to JSL?
Thanks Experts!