アプリでは MD5 ハッシュ アルゴリズムを使用します。ユーザーの 1 人が次の例外を受け取ります。
Dim hasher=new MD5CryptoServiceProvider
例外の状態 (オランダ語)
例外: System.DllNotFoundException; ソース Kan DLL bcrypt.dll niet laden: Ongeldige toegang tot geheugenlocatie. (Uitzondering van HRESULT: 0x800703E6); メッセージ: bij Microsoft.Win32.Win32Native.BCryptGetFipsAlgorithmMode(Boolean& pfEnabled) bij System.Security.Cryptography.CryptoConfig.get_AllowOnlyFipsAlgorithms() bij System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
これは、メモリ ロケーションへの無効なアクセスが原因で、brcrypt.dll をロードできないことを意味します。
brcrypt.dll は、ユーザーの Sytem32 フォルダーにあります。
ここで何が起きてるの?