Archived Forum Post

Index of archived forum posts

Question:

What ciphers are supported in SFTP 9.5.0.47?

Jul 11 '16 at 07:22

We have a client that will deaclivate the existing RC4 Cipher Suites and after that only the following Cipher Suites will be supported: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_GCM_SHA384 TLS_RSA_WITH_AES_128_GCM_SHA256 TLS_RSA_WITH_AES_256_CBC_SHA256 TLS_RSA_WITH_AES_256_CBC_SHA TLS_RSA_WITH_AES_128_CBC_SHA256 TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_3DES_EDE_CBC_SHA

We are currently using the 32 bit version of ChilkatDotNet45.dll with C#. In 9.5.0.47 version there is an option ForceCipher which allow to set one encription algorithm. By default, the component will automatically choose the first cipher supported by the server. The question is can we still use SFTP 9.5.0.47 version? If not, what would be the correct setting in the current version?