fips Questions

2

Have to test a c# application from client that is to work on a machine that has FIPS enbaled
Sainfoin asked 3/2, 2011 at 12:51

3

Solved

I've enabled FIPS compliance mode in Windows 7, but now my code fails to compile with the following error: Source file 'whatever.cs' could not be opened ('This implementation is not part of the Wi...
Spooner asked 17/2, 2011 at 20:54

2

Solved

Does anyone know the name of the cryptography libraries come with iPhone & Android SDKs ? I don't mean the name of the classes, functions etc. but the name of the provider and/or the library it...
Squad asked 14/1, 2011 at 19:20

3

I am experimenting on enabling FIPS 180-3 on my java application. FIPS 180-3 allows only usage of 5 secure [hashes] (http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf) , MD5 is n...
Forethought asked 26/6, 2012 at 13:28

2

Solved

I'm building a FIPS validated application and have the FIPS mode turned on on my computer. I need an HMAC function hopefully based on SHA512. I understand that the HMAC SHA1 function is FIPS valida...
Catarrhine asked 31/1, 2012 at 13:51

2

Solved

I am running Visual Studio 2008 Version 9.0.30729.1 SP with .NET 3.5 SP 1 under Windows XP Pro Version 2002 SP 3 with an Intel Core 2 Duo E8400 3 GHz processor. I am developing a C# WPF applicatio...
Slag asked 20/1, 2010 at 19:39

3

Solved

I am using the System.Security.Cryptography's TripleDESCryptoServiceProvider in the following manner: TripleDESCryptoServiceProvider CreateCipher() { TripleDESCryptoServiceProvider cipher = new...
Gaye asked 5/10, 2010 at 20:27

© 2022 - 2024 — McMap. All rights reserved.