Prepare databases
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To prepare a database to run in FIPS mode, you must:
- Shut down the database.
- Update cryptography algorithms to remove deprecated ciphers, which cause FIPS validation to fail.
- Use any of the following
PROUTILqualifiers to identify deprecated ciphers:PROUTIL DESCRIBE—Identifies if the database is using any deprecated DMK and object ciphers.PROUTIL EPOLICY VIEW—allparameter shows what ciphers are in use for all objects.PROUTIL EPOLICY INFO—Shows each cipher in use and whether it is supported or deprecated.
Note: DES3_CBC_168 is supported in OpenEdge but is not available in FIPS mode, so you should change it when removing deprecated ciphers. - Update deprecated ciphers using the
PROUTIL EPOLICY MANAGEcommand.
- Use any of the following
- Use either the
PROUTIL AUDITLOADorPROUTIL AUDITARCHIVEcommand to update the seal of any records that were sealed with the MD5 hash algorithm. This seal is no longer supported and cannot be read, once FIPS mode is enabled.