I have the Microsoft AES Crypographic Provider installed. I am required to
ONLY use FIPS Compliant encryption technology.
If I use Rijndael.Create() to get a SymetricAlgorithm is this using the
RijndaelManaged class or is it using the Microsoft AES Crypographic Provider?
Thanks
Hello Brad,
they use the RijndaelManaged. If you are on 2.0 you can enforce FIPS compliance
with a policy in secpol.msc.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> I have the Microsoft AES Crypographic Provider installed. I am
> required to ONLY use FIPS Compliant encryption technology.
[quoted text clipped - 4 lines]
>
> Thanks
Joe Gilkey - 13 Feb 2006 22:41 GMT
Is there any way of setting this up, either thru an install or programatically?
> Hello Brad,
>
[quoted text clipped - 13 lines]
> >
> > Thanks
Dominick Baier [DevelopMentor] - 14 Feb 2006 00:48 GMT
it's a setting in secpol.msc - i would have to look up the exact name, but
it is there...
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Is there any way of setting this up, either thru an install or
> programatically?
[quoted text clipped - 15 lines]
>>>
>>> Thanks