WebFOCUS Online Help > WebFOCUS Administration Console > WebFOCUS Encryption Features > Encrypting WFS Files Using WebFOCUS Commands

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.


Top of page

Syntax: How to Encrypt or Decrypt WFS Files

To encrypt or decrypt .wfs files, issue the following command from the WebFOCUS Client directory

ibiweb.exe {-encrypt|-decrypt} passwordfilename

where:

password

Is the password used to encrypt or decrypt the file.

filename

Is the name of the file you want to encrypt or decrypt.


Top of page

Example: Encrypting and Decrypting cgivars.wfs

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