Getting an error with tracemagic Windows with FIPS enabled.
When trying to open a tracefile on a Windows 2012 server with trace magic we are getting the following. Can trace magic be updated to work with Windows in FIPS mode?
************** Exception Text **************
System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
at TraceMagic.FrmMain.getMD5Hash(String sql_text)
at TraceMagic.FrmMain.ProcessSql(String line, Int64 lineNum)
at TraceMagic.FrmMain.CatagorizeLines()
at TraceMagic.FrmMain.CatagorizeLines()
at TraceMagic.FrmMain.CatagorizeLines()
at TraceMagic.FrmMain.LoadFile(String param)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)