wodSFTP.NET Encryption - WeOnlyDo Discussion board

wodSFTP.NET Encryption (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Kamal, Friday, January 14, 2005, 11:51 (7050 days ago)

Hi,

One thing I really like about this forum is the fast responses. Thanks guys and keep up the good job! [:smile:]

Anyhow, I just need a bit of clarity concerning the Encryption provided in wodSFTP.NET as I intend to specify the SFTP encryption Algorithm as provided by your component but what if you don't specify any of the algorithm, is there a default Algorithm that is set if you don't specify it? or does it mean that no encryption will be applied when you don't specify any of the algorithm?!

thank you and have a great weekend.

Kamal

Re: wodSFTP.NET Encryption

by wodSupport, Friday, January 14, 2005, 12:19 (7050 days ago) @ Kamal

Encryption is always used. You can specify which algorithm to use in
http://www.weonlydo.com/SFTP.NET/Help/WeOnlyDo.Client.SFTP.Encryption.html
If you don't select any from this property, then default value is used. Default means that algorithms are used like this:
1. AES (if available by the server)
2. 3DES (if available by the server)
3. BlowFish (if available by the server)

Encryption is *always* used.