|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET 3.0 Workflow tracking service encryptionThe workflow tracking service appears to be using the
MD5CryptoServiceProvider when hashing. This generates an exception on a FIPS-enabled machine as this algorithm is not FIPS-compliant. Is the algorithm selection configurable, or are there plans to modify this service to use a FIPS-compliant algorithm? Thanks. I would consider going to connect.microsoft.com and joining the .NET 3.0
connection. You can then post your bug/suggestion where the group coding ..NET 3.0 are likely to have it pop up on their radar. Out of curiousity (ignorance), what does FIPS have to do with this? -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com ************************************************* Think outside of the box! ************************************************* "theWizK" <theW***@discussions.microsoft.com> wrote in message news:91BAF6E9-F696-4816-B4D5-0995D35C7FE4@microsoft.com... > The workflow tracking service appears to be using the > MD5CryptoServiceProvider when hashing. This generates an exception on a > FIPS-enabled machine as this algorithm is not FIPS-compliant. Is the > algorithm selection configurable, or are there plans to modify this > service > to use a FIPS-compliant algorithm? Thanks. "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in FIPS - Federal Information Processing Standard.message news:eY$ps4W6GHA.2288@TK2MSFTNGP05.phx.gbl... >I would consider going to connect.microsoft.com and joining the .NET 3.0 >connection. You can then post your bug/suggestion where the group coding >.NET 3.0 are likely to have it pop up on their radar. > > Out of curiousity (ignorance), what does FIPS have to do with this? Certain applications (e.g. those used by any department of the Federal Govt) may be required to only use FIPS-approved crypto. There's a Windows setting to disable all non-FIPs-approved crypto, including MD5. -cd |
|||||||||||||||||||||||