Easily identify file encryption status of mapfile(s) from commandline
The only way to identify the encryption status of a mapfile is :
- by hand-crafted user-logic accessing DbFile.getCryptStatus that can be executed by IDE (if available) or user-application - which can be used offline / online
- via jdbcrypt listStatus - which MUST be offline
The former requires developers to include this and somehow access it so is not readily available.
The latter requires the database to be offline which requires an outage.
Ideally provide an enhancement to jdbadmin to provide ONLINE access to:
- mapfile(s) encryption status
- the value of MandatoryFullEncryption