I'm having a problem running some software where a feature doesn't work because the cryptographic algorithm being used isn't FIPS validated. Here's an excerpt of the error indicating that:
'X' threw an exception. ---> System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
at ...
Someone recommended I enable FIPS to get around this problem, by going to the Local Security Policy Editor and enabling "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing".
After some searching, I'm finding that Windows 10 Home has no Local Security Policy Editor.
(I've tried digging into /system32/, running secpol.msc, digging through Control Panel, but there is no Local or Group Security Policy Editor. On Reddit someone noted that Windows 10 Home will not have those Policy Editors.)
Is there a way to enable that FIPS compliance setting without having the Local Policy Editor? I am the administrator on the machine in question.