TIBCO Spotfire Data Science supports all the encryption standards that OpenSSL supports.
We can replace the -des3 flag in the command (openssl genrsa -des3 -out server.key 1024) mentioned in our
documentation with any of the following encryption types' flag:
-aes128, -aes192, -aes256, -camellia128, -camellia192, -camellia256, -idea
The above encryption standards are tested by our testing team.