Quick and easy way would be email. Have the script check an email address every 30 seconds and for security only accept from your email address reading the "from". Discarding anything else. Then you can just send an email include the macro name in the subject line. It can also email you back the res...
Oh wait Alex - I just reread your message - You said you are using AES128 CBC - does that mean you are using an IV (initialization vector)? Like you use 16 bytes of a substring of the SHA256 for the key, and another 16 byte substring for the IV? Anything you can help me to understand what pieceof th...
Thanks Marcus! I will research unicode encryption. At least I can focus on AES128. But can you confirm you are passing all 64 characters of the sha256? Maybe that means utf32 is the unicode set? 4x of utf8 and 64 chars of sha256 is 4x of the 16 charts required for key of AES128.... Ow... brain.... h...
Hi Marcus and everyone! I am going a little crazy trying to match the encryption of aesencrypt... I would like to use a web function that will follow the same encryption method so that MS can exchange encrypted text with it. Using an online site to try to match up the function: https://www.devglan.c...
Thanks! Had me pulling my hair out as it worked in your code but not in the includefromvar... AS IT TURNED OUT! the only thing that screwed it up was putting % around the var for include... So %CRLF% works fine in includes, just don't be an idiot like me and do this: IncludefromVar>%vData% do this: ...
Hi all! Hitting a brick wall when trying to use includefromvar. Everything works great, except when I have any system variables defined in the script chunk that I am including: Example script chunk read that is grabbed by include: --------- mdl>Hello %CRLF% World! ReadIniFile>c:\source\config.ini,CO...
Enterprise Consulting firm specializing in ERP implementations, utilizing MacroScript technologies in automated testing, performance, process automation, etc.