Skip Headers
Oracle® Health Sciences Information Manager Policy Monitor Installation and Configuration Guide
Release 2.0.1

E37025-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

E Password Encoding

This appendix contains the following topics:

E.1 Editing cipher.properties

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

E.2 Editing config.properties