Archived Forum Post

Index of archived forum posts

Question:

Which algorithms are supported for sftp connection in chilkat dll

Jan 19 '16 at 06:53

Hi,

I want to konw the algoritms supported by chilkat dotnet2 64 bit dll. e.g. like Aes256-ctr Aes192-ctr Aes128-ctr

Cast128-cbc Blowfish-cbc 3des-cbc

Thanks


Answer

According to the ChilkatSFTP ForceCipher documentation, the following algorithms are supported:

"aes256-cbc", "aes128-cbc", "twofish256-cbc", "twofish128-cbc", "blowfish-cbc", "3des-cbc", "arcfour128", "arcfour256". (If blowfish is chosen, the encryption strength is 128 bits.)


Answer

We're looking at upgrading from 9.2 to 9.5. Are there any ciphers in 9.2 that have been deprecated in 9.5?