Oracle® Health Sciences Information Gateway Secure Health Email Installation and Configuration Guide Release 2.0.1 E37028-02 |
|
|
PDF · Mobi · ePub |
This appendix contains the following topics:
Default base64 cipher_algorithm=b64
For example, hex
cipher_algorithm=hex
For example, des
cipher_algorithm=des cipher_passphrase=hiapassphrase123 cipher_salthex=0102030405060F0F cipher_iterations=19
For example, desede
cipher_algorithm=desede cipher_passphrase=hiapassphrase123 cipher_salthex=0001020304050F0F cipher_iterations=19
For example, aes
cipher_algorithm=aes cipher_passphrase=hiapassphrase123 cipher_salthex=001020304050F0F cipher_ivhex=0001020304050F0F08090A0B0C0D0E0F cipher_iterations=19
For example, rsa
cipher_algorithm=rsa cipher_privatekeyfile=private.key cipher_publickeyfile=public.key
To edit a password in a properties file, execute the following command:
> ant update-config-properties-file-password
To edit a property in a properties file, execute the following command:
> ant update-config-properties-file-property
For the files config.xml and beans.xml:
Variables and/or xml attributes starting and ending with ${}
will be retrieved from the config.properties file accounting for encoding and decoding. Use this in conjunction with > ant update-config-properties-file-password
.