Hello!
Does JSL have modules for text encryption and decryption?
Thanks!
AHK
String(AlgId, Mode := "", String := "", Key := "", IV := "", Encoding := "utf-8", Output := "BASE64")
AutoHotkey has this decrypted script.
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=23413
How to modify this to JSL?Thanks Experts!