FIPS support - WeOnlyDo Discussion board

FIPS support (wodFtpDLX / wodFtpDLX.NET)

by myck, Wednesday, May 03, 2023, 09:47 (356 days ago)

Hi

I have seen an ancient forum thread on this issue: https://www.weonlydo.com/forums/index.php?id=5547

Is there any progress, is the wodFtpDLX.NET version compliant with FIPS to use in SFTP connections?

If so how can it be configured? I see that ActiveX version has FIPS property while .NET version does not have anything simialr.

Thank you

FIPS support

by Jasmine, Wednesday, May 03, 2023, 09:49 (356 days ago) @ myck

Hi.

Since wodFtpDLX.NET uses Windows cryptography, enabling FIPS is system wide. If you enable FIPS on windows, it will be used in wodFtpDLX.NET as well.

Regards,
Jasmine

FIPS support

by myck, Wednesday, May 03, 2023, 12:55 (356 days ago) @ Jasmine

Thank you

FIPS support

by myck, Friday, May 12, 2023, 14:09 (347 days ago) @ Jasmine

Could you give some explanations on the exception we get:

Connection error ---> System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at A.a.R()
at WeOnlyDo.Client.FtpDLX.Connect()

wodFtpDLX.NET version 1.8.3.247
FIPS enabled in Windows

Thank you