APPLICATION MANAGEMENT


To create a field that maintains a list of secret encryption keys
Example

If you are using secret encryption keys rather than public encryption keys to encrypt documents, maintain a list of the keys you create. To provide a convenient list of frequently used encryption keys, create a special SecretEncryptionKeys field. To create this field, the form must already have fields enabled for encryption.

1. Open the form.

2. Create a field named SecretEncryptionKeys. Define it as a text or list choice field that is editable or computed.

3. Do one of the following:

4. Click the Programmer's pane and choose Formula in the Script area.

5. Do one of the following:

6. (Optional) Click the Advanced tab. Select "Security options: Enable encryption for this field" so unauthorized users cannot see the names of encryption keys used in the formulas and keywords.

7. Save and close the form.

8. You or the database manager must distribute secret encryption keys to all users who need them.

If the SecretEncryptionKeys field is empty (null), the document is not encrypted.

Example
See Also