You can encrypt 3270, 5250, and Open Systems session documents to protect them against unauthorized changes. Encryption effectively scrambles the data in a session document, helping to prevent unauthorized users from reading and changing the file's contents. For best results, use document encryption in conjunction with the encryption options in the Permissions Manager.
In Reflection, you can easily encrypt sessions by saving them in the Encrypted Session Document format.
Alternatively, you can encrypt documents using a command-line program installed with Reflection, FileEncrypt.exe. With this program, you can also determine whether session documents are encrypted, and if they are, you can decrypt them.
To encrypt a session in Reflection
Open a session document.
The steps depend on your user interface mode.
User Interface Mode |
Steps |
---|---|
Ribbon |
On the File menu or the Reflection button (if using the Office 2007 Look and Feel), chooseSave As. |
Reflection Browser |
On the Reflection menu, choose Save As. |
TouchUx |
On the Reflection menu, tap the Folder icon and then under File, select Save As. |
From the Save as Type list, choose the available encryption format, and then click Save.
To encrypt, decrypt, or test sessions using FileEncrypt.exe
From a command line, enter any of the following commands:
To |
Type |
---|---|
Encrypt a document |
fileencrypt /e [ file_in ] [ file_out ] |
Decrypt a document |
fileencrypt /d [ file_in ] [ file_out ] |
Test a document for encryption |
fileencrypt /t [ file_in ] |
where:
[file_in] =The filename, including the extension and relative path.
[file_out] =(Optional) A new name for the output file.
For example:
fileencrypt /e Session.rd3x SessionEncrypted.rd3x
NOTE:FileEncrypt.exe searches only the current directory for session files, and requires administrative credentials to encrypt or decrypt a file.