WebFOCUS Online Help > WebFOCUS Administration Console > WebFOCUS Encryption Features > Encrypting WFS Files Using WebFOCUS Commands
How to: |
Among the WebFOCUS configuration files are several WebFOCUS Script (WFS) files, which may be protected using the encrypt command. When files are encrypted, they are secure from unauthorized examination. You can decrypt an encrypted file to view it.
To encrypt or decrypt .wfs files, issue the following command from the WebFOCUS Client directory
ibiweb.exe {-encrypt|-decrypt} passwordfilename
where:
Is the password used to encrypt or decrypt the file.
Is the name of the file you want to encrypt or decrypt.
To encrypt cgivars.wfs, issue the following command from the WebFOCUS Client directory:
ibiweb.exe -encrypt mypassword d:\ibi\client\wfc\etc\cgivars.wfs
To decrypt cgivars.wfs, issue the following command from the WebFOCUS Client directory:
ibiweb.exe -decrypt mypassword d:\ibi\client\wfc\etc\cgivars.wfs
WebFOCUS |