Back to product page

Encryptions enumeration


List of all encryption methods wodSFTP.NET can use while communicating with the server.

Remarks

Possible values for Encryptions:

Auto Automatically chosen.
Des DES algorithm.
TripleDES 3DES algorithm.
Blowfish Blowfish algorithm.
Aes AES algorithm, automatically selected block size.
Aes128 AES algorithm with key size = 16.
Aes192 AES algorithm with key size = 24.
Aes256 AES algorithm with key size = 32.
ChaCha20Poly1305 CHACHA20 with Poly1305 (Possibly slow transfers!).

Platforms

Windows