Tagged Questions

The term "fips" commonly refers to the Federal Information Processing Standards Publication 140 (FIPS 140), a document published by the National Institute of Standards and Technology (NIST), a U.S. government agency. Cryptographic software and hardware that complies with the standard must use only cryptographic algorithms specified in FIPS 140-2, the latest published revision.

learn more… | top users | synonyms

7
votes
1answer
489 views

FIPS Certification for Android & iPhone

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 ...
7
votes
3answers
3k views

When will C# AES algorithm be FIPS compliant?

Right now the only way I can get the RijndaelManaged algorithm to work on a computer with the Local Security Setting for FIPS turned on, is to disable it. It is a government computer, so I'm not sure ...
5
votes
2answers
882 views

Which JCE providers are FIPS 140-2 compliant?

What Java Cryptography Extension (JCE) providers are FIPS 140-2 compliant? More specifically, does the Sun/Oracle provider qualify?
5
votes
1answer
334 views

Why are the .NET “Managed” Cryptography classes not permitted if Windows FIPS Compliance policy is enabled?

I have been working on making our .NET application FIPS compliant, and have found that the Managed Cryptography classes (such as AESManaged) are not FIPS compliant. I have read several other articles ...
5
votes
3answers
776 views

Can the ASP.NET ScriptManager be made to work with the Windows FIPS security policy?

If you enable the "Use FIPS compliant algorithms for encryption, hashing, and signing" security policy option in Windows, attempting to use many of the cryptographic classes in the .NET Framework will ...
5
votes
7answers
3k views

ASP.NET 2.0 RijndaelManaged encryption algorithm vs. FIPS

I'm running into an issue with an ASP.NET 2.0 application. Our network folks just upped our security, and now I get the floowing error whenever I try to access the app: "This implementation is ...
4
votes
4answers
155 views

How can I ensure that a Java object (containing cryptographic material) is zeroized?

My concern is that cryptographic keys and secrets that are managed by the garbage collector may be copied and moved around in memory without zeroization. As a possible solution, is it enough to: ...
3
votes
1answer
120 views

OpenSSL Java bindings for Java Cryptography Architecture (JCA)

I'm developing a Java project that needs to use a FIPS 140-2 certified module for crypto signatures. I'm leaning towards using the OpenSSL FIPS Object Module. After browsing around the webs, I ...
3
votes
1answer
367 views

ASPX pages fail due to FIPS 140 security policy

I am working on a government site and am having some problems with my local security policy interferring with my web application. There is a setting called "System cryptography: Use FIPS 140 ...
3
votes
3answers
964 views

TripleDESCryptoServiceProvider FIPS 140-2 Compliance

I am using the System.Security.Cryptography's TripleDESCryptoServiceProvider in the following manner: TripleDESCryptoServiceProvider CreateCipher() { ...
3
votes
2answers
245 views

AJAX.NET and FIPS

We have a few sections of our application that are using AJAX.NET 5.7.25.1. Our server administrators have enabled FIPS and we are running into the following error: This implementation is not part ...
3
votes
2answers
230 views

Is it possible to create a FIPS 140-2 compliant server in Perl?

The question is pretty simple, is it possible to create a FIPS 140-2 compliant server in Perl? Especially, is it possible without modifying any of the C code for the modules? If it's not possible in ...
3
votes
2answers
2k views

Problem with FIPS Validated Cryptographic Algorithms

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 application ...
3
votes
1answer
737 views

FIPS compliant password encryption for .NET

I've working on a WinForms in VB.NET (3.5) application that requires the user to enter domain administrator credentials. To make things easier on the user, they should only have to enter the user name ...
2
votes
1answer
35 views

FIPS HMAC SHA512

I'm hoping this isn't a repeat question, I couldn't find exactly what I was looking for on this site. So I'm building a FIPS compliant application and have the FIPS mode turned on on my computer. I ...
2
votes
0answers
24 views

trying to enable FIPS mode using SunPKCS11 with NSS in Java

I'm working on a project requiring FIPS 140-2 compliant cryptography, and I'm trying to use NSS with the SunPKCS11 token interface, and I've gotten it working up until turning on FIPS mode in NSS. I ...
2
votes
1answer
45 views

How to access library jar file at run time in android?

I have create a cryptographic module and export it as jar file. The library need self integrity testing when loaded in order to pass the FIPS certification. The first idea comes up to do so is to ...
2
votes
2answers
816 views

How do you use FIPS validated cryptographic algorithms with Visual Studio 2010 and Windows 7?

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 ...
2
votes
2answers
642 views

Checking Encryption handshake using Wireshark for SQL connection over SSL

I have implemented a secure SSL connection on the SQL Server 2005 server. I use the "Microsoft SQL Server Management studio" to connect to the SQL Server and I check the "Encrypt Connection" check ...
2
votes
1answer
337 views

FIPS-compliant encryption in .NET 2.0

We have a .NET 2.0 application that uses the RijindaelManaged class to encrypt some sensitive data. This was fine until we ran into some machines that require the use of FIPS-compliant algorithms. ...
2
votes
2answers
268 views

What does it mean for an application to be FIPS 140 compliant?

Is it as simple as using FIPS 140 compliant crypto providers or is there more to it? Are there differences if it is a web app vs a windows app? What if it is a distributed app? Are there any ...
2
votes
2answers
758 views

MVC App Works in Visual Studio, but not IIS7

Working on a an ASP.NET MVC Project, and I'm having some difficulties deploying to a shared dev server. Locally, when debugging using the local Visual Studio 2008 server, everything works peachy. ...
2
votes
3answers
658 views

VS development on FDCC compliant Workstation

I have a FDCC compliant workstation with FIPS 140-1 (Level 1) enabled. Now, i cannot run/debug any VS 2005/2008 applications on my machine I get the following error message on my browser Parser ...
1
vote
1answer
68 views

Is there FIPS compliant RADIUS .NET solution?

I am wondering if there is a FIPS compliant solution for authenticating with a RADIUS server via .NET , such as http://code.google.com/p/radius-net/source/browse/trunk/radius-net/src/?r=4 The problem ...
1
vote
1answer
79 views

Override MD5 to make it FIPS compliant?

Is there is a way to override the MD5 functionality provided by MD5CryptoServiceProvider to make it FIPS compliant? This is because I would like to keep the logic used in the application and not ...
1
vote
2answers
44 views

Enabling FIPS during application execution?

I'm doing some testing regarding FIPS compliance with an application that currently isn't. I am able to disable FIPS so the application can startup, and then I enable FIPS while using the application. ...
1
vote
1answer
24 views

Third party Fips validated Crypto Algorithm in Fips validated Crypto Module?

I am going for a FIPS 140-2 validation process of my software module. I have studied the relevant material but I am still not clear of one thing that can I use third party FIPS validated approved ...
1
vote
3answers
72 views

Is PHP's mcrypt extension FIPS 197 compliant?

I'm using the following encryption code which works like a charm, but I have to validate that it's FIPS 197 compliant otherwise Legal will kill me. mcrypt_encrypt(MCRYPT_RIJNDAEL_256, SALT, ...
1
vote
2answers
370 views

enforceFIPSPolicy flag in web.config doesn't seem to working for web application

I'm trying to set up a web application to work in an environment where the FIPSAlgorithmPolicy is set to 1 in the Windows registry (specifically, HKLM/SYSTEM/CurrentControlSet/Control/Lsa). When this ...
1
vote
0answers
275 views

How to disable fips in asp .net

I want to disalbe fips in asp .net x64 application. In web.config I added <runtime> <enforceFIPSPolicy enabled = "false"> </runtime> I set debug to false. However my ...
1
vote
1answer
381 views

Does RADIUS’s use of the MD5 algorithm make it not FIPS compliant for an application that allows RADIUS authentication?

The issue is if you enforce FIPS compliance in the Windows security policy settings, an exception will be thrown because RADIUS protocol uses the MD5 algorithm to hash the request authenticator. There ...
1
vote
2answers
411 views

Which .NET SHA1 class is FIPS compliant?

I'm using the SHA1Managed class in my code, but this causes a problem when I run it on a particular machine. I get this exception: System.InvalidOperationException: This implementation is not part ...
1
vote
2answers
507 views

Make ASP.NET web application FIPS Compliant?

I need to understand how to make an ASP.NET web application FIPS compliant. To keep it simple, I created a new web application within VS 2008. I have FIPS enabled on my development machine, as the ...
1
vote
1answer
192 views

What are the benefits of using fips for the JCE?

I used the FIPS provider in the JCE, but couldn't really see any difference - I specifically looked for the maximum key sizes but didn't find any difference there. What advantages does enabling FIPS ...
1
vote
1answer
222 views

FIPS-compliant HashAlgorithm on WinXP?

How can I use C# on a FIPS-compliant WinXP SP2 box to uniquely hash the contents of a given file? I'm not concerned about performance (yet?). Hopefully someone can point out an exception to the ...
1
vote
1answer
318 views

FIPS-compliant Isolated Storage in WinXP?

I've read (but not tested) that Isolated Storage uses Sha1Managed, which is not FIPS-compliant? Is that accurate, and can anything be done to use Isolated Storage on a FIPS-compliant WinXP SP2 box? ...
0
votes
0answers
44 views

How to make bouncycastle .net libraries talk to FIPS compliant .net implementation

We are currently building a certificate authority .net that will: Generate a root certificate Use the root certificate to issue device certs. Revoke a device certificate Generate a Certificate ...
0
votes
0answers
36 views

NSS PKCS11 not working well as jsse provider

I'm using NSS as my Sun PKCS11 provider (for the purpose of FIPS-140 compliance) for my Java application but I'm experiencing some undesired behavior that is not working for me. Specifically, ...
0
votes
2answers
85 views

FIPS 140-2 compliant .NET Zip Solution?

Other than Xceed, is there a Zip library for .NET that uses encryption algorithms that can be used in a FIPS 140-2 enabled environment? FYI I have read on DotNetZip but it uses WinZipAes, based on ...
0
votes
0answers
34 views

UCMA 2.0 and FIPS Compliance

I am developing an application using UCMA 2.0 for Microsoft Office Communicator Server in .Net 3.5. It is a relatively simple little app that watches the IM status of OCS users that we would like to ...
0
votes
0answers
75 views

java.lang.IllegalArgumentException: Invalid authentication type: want

I have a web-service method which works fine until enabling FIPS mode in tomcat. The code bellow executes fine if FIPS mode is disable: ((X509TrustManager) tm[0]).checkClientTrusted(clientCert, ...
0
votes
2answers
137 views

What is a good obfuscator that is FIPS compliant?

We're getting ready to release an upgrade to an ISV product that is FIPS 140-2 compliant, and just found out that our current obfuscator isn't. Can anyone point me towards a good .Net obfuscator that ...
0
votes
1answer
297 views

Configure Oracle JDK to use IBM JCE/JSSE providers for FIPS compliance

I would like to configure the Oracle JDK to use IBM's FIPS-compliant JCE/JSSE security providers. What JAR files do I need and where should they be installed? What should the provider list in the ...
0
votes
1answer
78 views

Using named pipes on a machine that has FIPS enabled - C#

Are there special rules to send messages via named pipes? I'm using named pipes on a machine that has FIPS enabled.
0
votes
1answer
67 views

How do I script a complex link in visual studio (FIPS / Static Link Lib / VS.2008)

Question What's the right way to build a complex fips link into the Visual Studio vcproj projects while continuing to allow developers to arrange libraries via the properties GUI? Situation I'm ...