Product: TIBCO Spotfire®
Different types of encryption standards that TIBCO Spotfire Data Science support
Details:
What are the different types of encryption standards that TIBCO Spotfire Data Science support other than Triple DES?
What are the different types of encryption standards that TIBCO Spotfire Data Science support other than Triple DES? 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 the CSG Spotfire testing team. Please refer to the link attached for additional information on OpenSSL commands.
Comments
0 comments
Article is closed for comments.