FIPS (Federal Information Processing Standards) is a set of standards that defines encryption algorithms and other digital technology processes for use within non-military federal government agencies and by any government contractors working with these agencies.
In particular, FIPS 140-2 (Federal Information Processing Standard 140-2) is a security accreditation program for validating that the cryptographic modules produced by private sector companies meet well-defined security standards. FIPS PUB 140-2 provides the full list of instructions and architecture documents needed to meet the Cryptographic Modules Security requirements.
K2View has integrated the Bouncy Castle Java stack to ensure FIPS-compliance for all Fabric cryptographic algorithms used across Fabric's projects.
By default, Fabric boots up with the FIPS mode set to off. Even when FIPS mode is off, Fabric only uses FIPS-compliant protocols and standards implementations with Fabric cryptographic embedded algorithms.
The Fabric command version fips
returns the FIPS version currently used and the status of all the cryptographic components included in the system. All crypto algorithms included in the jar files are checked, and either validated or rejected.
To switch on FIPS mode, carry out the following steps:
fips:mode=on
Fabric's server must be restarted for this change to be effective.
start/stop
button on the top-left menu of Fabric Studio. k2fabric restart
Once Fabric is online, execute the following command from your shell/CLI window:
fabric>version fips;
The following response is returned:
Note:
FIPS (Federal Information Processing Standards) is a set of standards that defines encryption algorithms and other digital technology processes for use within non-military federal government agencies and by any government contractors working with these agencies.
In particular, FIPS 140-2 (Federal Information Processing Standard 140-2) is a security accreditation program for validating that the cryptographic modules produced by private sector companies meet well-defined security standards. FIPS PUB 140-2 provides the full list of instructions and architecture documents needed to meet the Cryptographic Modules Security requirements.
K2View has integrated the Bouncy Castle Java stack to ensure FIPS-compliance for all Fabric cryptographic algorithms used across Fabric's projects.
By default, Fabric boots up with the FIPS mode set to off. Even when FIPS mode is off, Fabric only uses FIPS-compliant protocols and standards implementations with Fabric cryptographic embedded algorithms.
The Fabric command version fips
returns the FIPS version currently used and the status of all the cryptographic components included in the system. All crypto algorithms included in the jar files are checked, and either validated or rejected.
To switch on FIPS mode, carry out the following steps:
fips:mode=on
Fabric's server must be restarted for this change to be effective.
start/stop
button on the top-left menu of Fabric Studio. k2fabric restart
Once Fabric is online, execute the following command from your shell/CLI window:
fabric>version fips;
The following response is returned:
Note: