All,
Trying to download IRIS from the left menu.
.png)
Have been getting this error:
.png)
I originally contacted support as noted in the alert on 12/20/22 and have yet to get a response.
Any idea of how I can get the software?
Thanks!
All,
Trying to download IRIS from the left menu.
.png)
Have been getting this error:
.png)
I originally contacted support as noted in the alert on 12/20/22 and have yet to get a response.
Any idea of how I can get the software?
Thanks!
Trying to use AES encryption for a url. I have a plain text string, a 16-byte key and a initialization vector. I am trying to match a C# implementation that uses RijndaelManaged class with a BlockSize = 128, Mode = CipherMode.CBC, Padding = PaddingMode.PKCS7. The output of the $SYSTEM.Encryption.AESCBCEncrypt(text,key,IV), doesn't match what is coming out of C#. All inputs into the $SYSTEM.Encryption.AESCBCEncrypt(text,key,IV) are converted to UTF8 as in the documentation.
All,
Totally new to Cache and Encryption. Have a project requirement for SHA-512.