Encrypt a file with the Triple DES algorithm
| 1 2 | EncryptFileTripleDES(sourceFile, encryptedFile, key, ECB = FALSE,
  UUENC = FALSE, uuencFileName = "")
 | 
| sourceFile | The path the the file that should be encrypted | 
| encryptedFile | The path to the target file | 
| key | The 56bit HEX key | 
| ECB | Use ECB? | 
| UUENC | Whether the files should be UU encoded | 
| uuencFileName | The original file name to add as a header to the Uuencoded file | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.