Oracle releases FIPS-validated crypto module for Java
Oracle has announced Oracle Jipher, which makes cryptographic services available for Java developers using the standard Java Cryptography Architecture (JCA) framework.
Announced April 29, Jipher is a Java cryptographic service provider that packages a Federal Information Processing Standards (FIPS) 140-2 validated OpenSSL cryptographic module. Jipher is packaged as a JAR file and is downloadable from Java Tools and Resources and from My Oracle Support for Java SE users.
Oracle noted that the JDK includes cryptographic service providers such as Sun
, SunRsaSign
, and SunJC
, which provide concrete implementations of algorithms as defined by the JCA framework. These providers let Java applications access security algorithm…