- Print
- PDF
Which Encryption Algorithms (Ciphers) Does Lasernet SFTP Support?
The Lasernet FTP input and output modules support SFTP. When establishing a connection, Lasernet and the SFTP server negotiate which encryption algorithm (cipher) to use.
Supported Ciphers
aes128-ctr
aes256-ctr
aes192-ctr
aes128-cbc
aes256-cbc
aes192-cbc
aes128-gcm@openssh.com
aes256-gcm@openssh.com
twofish256-cbc
twofish128-cbc
blowfish-cbc (encryption strength is 128 bits)
The Cipher Negotiation Process
When Lasernet and the SFTP server are establishing an SFTP connection, they follow this process to select a cipher:
The SFTP server specifies which ciphers it supports.
Lasernet will sequentially propose its supported ciphers in the order specified above. The connection will use the first cipher that Lasernet and the SFTP server both support.