How to specify encryption algorithm? (wodFTPServer)
Hi,
I can't figure out how to determine the encryption algorithms available, or how to specify specific encryption algorithm(s) that the FTPS server requires (in our case it is 256-bit AES).
I see that there is an cryptoinformation method that gets called during login attempt which might allow me to filter out unallowed algorithms (can I use it to detect 256-bit AES? How?), but I would MUCH prefer to configure the allowed encrtyption algorithm(s) in the server rather than letting the client choose.
Also, how do you specify 256-bit AES encryption in FtpDLX?
Thanks,
Tim
Re: How to specify encryption algorithm?
Hi Tim,
WodFTPServer has no Encryption Property in which you can modify encryption type but if you need that property we can upgrade it in wodSFTPServer component.
In wodFtpDLX you can specify only AES but not AES256 at this time,we can upgrade it too.
Hope I helped.
Regards,
Drazen
Re: How to specify encryption algorithm?
Hi Drazen,
Yes, please add support for setting the encryption in the wodSFTPServer. It would be best if we can specify which algorithms to allow when we initialize the component.
We need to support AES256, so please add this to wodFTPDLX also.
Thank you VERY MUCH!,
Tim
Hi Tim,
WodFTPServer has no Encryption Property in which you can modify encryption type but if you need that property we can upgrade it in wodSFTPServer component.
In wodFtpDLX you can specify only AES but not AES256 at this time,we can upgrade it too.Hope I helped.
Regards,
Drazen
Re: How to specify encryption algorithm?
Tim,
is that for SFTP or FTPS protocol?
Kreso
Re: How to specify encryption algorithm?
Hi,
Currently we need it for the FTPS protocol, but we may also need to support SFTP in the future.
I am using wodFtpDLX & wodFTPServer.
Thanks,
Tim
Tim,
is that for SFTP or FTPS protocol?
Kreso
Re: How to specify encryption algorithm?
Tim,
done. We have added those encryption options both to wodFtpDLX and wodFTPServer. Please request update if you're licensed user. Otherwise, download trial version again.
Kreso