go-smb2 icon indicating copy to clipboard operation
go-smb2 copied to clipboard

Does smb client driver supports FIPS? md5 is not a FIPS compliant driver

Open devanshah2 opened this issue 1 year ago • 0 comments

Does smb client driver supports FIPS? md5 is not a FIPS compliant driver.

I see that there is usage of md5 in a few places https://github.com/hirochachacha/go-smb2/search?q=md5.New how can these be changed to leverage FIPS compliant hashing algorithms? or is there another way to get a FIPS compliant SMB with something like kerberos?

devanshah2 avatar Mar 23 '23 10:03 devanshah2