Parameter | Description |
---|---|
MacroEncryptionScheme | Allows you to specify the encryption scheme. Encryption schemes are methods of transforming plaintext into ciphertext to protect data. They use encryption algorithms to transform plaintext into ciphertext. At present only two schemes are supported. You can specify DES (Data Encryption Standard) or DESede (Triple DES). |
MacroEncryptionKey | Allows you to specify your own encryption key string. An encryption key is a string of characters used in combination with an algorithm (specified through MacroEncryptionScheme) to transform unencrypted data into encrypted data and vice versa. Note: Only the first 24 characters of the MacroEncryptionKey value will actually be used as the key. |