View source: R/libdes_functions.R
Encrypt a file with the DES algorithm
| 1 2 | EncryptFile(sourceFile, encryptedFile, key, SUNOS = FALSE, HEX_KEY = FALSE,
  ECB = FALSE, UUENC = FALSE, uuencFileName = "")
 | 
| sourceFile | The path to the file that should be encrypted | 
| encryptedFile | The path to the target file | 
| key | The key (either a character string of arbitrary length, or a 56bit HEX key) | 
| SUNOS | Use SUNOS? | 
| HEX_KEY | Should the key be interpreted as HEX? | 
| ECB | Use ECB? | 
| UUENC | Whether to use UU Encoding | 
| 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.