Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
Does TIBCO Spotfire Data Science support different types of encryptions other than 3des?
Solution:
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 our testing team.
Please refer to the link attached for additional information on OpenSSL commands.
Comments
0 comments
Article is closed for comments.