Downgraded (or Non-Existent) Security

You can enable database encryption so that a master key passphrase is never required by the jdbcrypt utility. This behavior allows encrypted databases to be created and destroyed in a fully scripted environment for testing and benchmarking.

Use of this feature allows anyone who has access to the database user account to decrypt and encrypt the database.

When you enable database encryption with downgraded security, include the following optional argument on the jdbcrypt command line.

AccessCheck=None

You can suppress master key export and its associated request for a passphrase, by including the MultipleExport=true argument and omitting the ExportPath argument in the EnableDatabaseEncryption action.

When you encrypt or decrypt a file (by using the EncryptFile, EncryptFiles, DecryptFile, or DecryptFiles action) with downgraded security, include the following argument on the jdbcrypt command line.

NoPassPhrase=true