Hi,
Bit of an edge case, but is anyone using Oscript to generate JSON Web Tokens (JWT's)? I ask because there is a particular service I want to write a token for from oscript that requires SHA-256 as the encryption. I noticed that if I call Security.Encrypt() passing Security.SHA256 as the encryption method, the drop-in dies. I further noticed that in $Kernel.Cipher.Encrypt() that the SHA256 is not a valid encryption algorithm. Any particular reason? If it's just not going to work, I will probably have to use Java Objects to do it.
-Hugh