Used to decrypt configuration file passwords using a symmetric key stored in a keystore.
Use the following command to generate Base-64 encoded encrypted passwords for use in your config file:
java -classpath ha-jdbc.jar net.sf.hajdbc.codec.crypto.CipherCodecFactory [password]
The following system properties can be used to customize the properties of the key and/or keystore:
Property |
Default |
ha-jdbc.keystore.file |
~/.keystore |
ha-jdbc.keystore.type |
jceks |
ha-jdbc.keystore.password |
none |
ha-jdbc.key.alias |
ha-jdbc |
ha-jdbc.key.password |
required |
|