Encrypting Decrypting with Powershell
I'm trying to encrypt a list of valid JSL using runprogram/powershell. It's important that this is only a single call to powershell because of performance. I thought I had it working but realized that single or double quotes messes me up when they're nested lists. Also, I can NOT write to a file and have powershell read that. works great, not allowed to do it though. I think I'm just broken ...
