How to: |
You can use the Administration Console to enable alternate encryption providers, configure external security tokens, encrypt WebFOCUS configuration files, and encrypt the trusted connection between the WebFOCUS Client and the WebFOCUS Server.
http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html
You can use the Administration Console to enable an alternate AES encryption provider and to specify an internal or external key.
Encryption Algorithm |
Option |
---|---|
AES 128 Encryption with Internal Key |
ibi.webfoc.wfsecurity.encryption.wireaes. WFWireAES128 |
AES 128 Encryption with External Key |
ibi.webfoc.wfsecurity.encryption.wireaes. WFWireAES128KeyFile |
AES 192 Encryption with Internal Key |
ibi.webfoc.wfsecurity.encryption.wireaes. WFWireAES192 |
AES 192 Encryption with External Key |
ibi.webfoc.wfsecurity.encryption.wireaes. WFWireAES192KeyFile |
AES 256 Encryption with Internal Key |
ibi.webfoc.wfsecurity.encryption.wireaes. WFWireAES256 |
AES 256 Encryption with External Key |
ibi.webfoc.wfsecurity.encryption.wireaes. WFWireAES256KeyFile |
If you are using an internal key, proceed to step 7. If you are using an external key, proceed to step 4. If you are using a security token, proceed to step 6.
For more information on hexadecimal keys, see Key File Format.
If you are using a security token to enable trusted communication between the WebFOCUS Client and other software, proceed to step 5. Otherwise, proceed to step 7.
Consult the appropriate documentation for the other application you are using for more information on configuring the security token.
The startup process automatically encrypts all new passwords in the configuration files.
You can use the Administration Console to encrypt the trusted connection between the WebFOCUS Client and the WebFOCUS Server. For more information about configuring the trusted connection, see How to Configure the WebFOCUS Client to Make a Trusted Connection to the WebFOCUS Reporting Server.
The Client Configuration page appears.
where:
Is the encryption algorithm used, such as AES128 or AES256.
Optionally defines an RSA key length of 1024 bits. If unspecified, the default value used is 512 bits.
Optionally, specifies the mode of operation, Electronic Code Book (ECB) or Cipher Block Chaining (CBC). If unspecified, the default value used is ECB.
Consult the appropriate documentation for the other application you are using for more information on configuring the security token.
The startup process automatically encrypts all new passwords in the configuration files.