Closed rvazarkar closed 1 month ago
MD5 hashing is not FIPS compliant and in environments where compliance is enforced, .net will throw an exception. Switching to SHA1 will solve this issue. Additional try/catch for safety added.
https://specterops.atlassian.net/browse/BP-988
Tested in GOAD w/ FIPS enforcement enabled
Description
MD5 hashing is not FIPS compliant and in environments where compliance is enforced, .net will throw an exception. Switching to SHA1 will solve this issue. Additional try/catch for safety added.
Motivation and Context
https://specterops.atlassian.net/browse/BP-988
How Has This Been Tested?
Tested in GOAD w/ FIPS enforcement enabled
Screenshots (if appropriate):
Types of changes
Checklist: