Does TIBCO Spotfire Data Science support different types of encryptions other than 3des?

Does TIBCO Spotfire Data Science support different types of encryptions other than 3des?

book

Article ID: KB0078965

calendar_today

Updated On:

Products Versions
Spotfire Data Science 6.4.0

Description

What are the different types of encryption standards that TIBCO Spotfire Data Science support other than Triple DES?

Issue/Introduction

Different types of encryption standards that TIBCO Spotfire Data Science support

Environment

Linux

Resolution

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.

Additional Information

Please refer to the link attached for additional information on OpenSSL commands.