EncryptFile
Description: |
baEncryptFile encrypts/decrypts a file. |
Platforms: |
Windows and Macintosh |
Usage: |
Result = baEncryptFile( FileName, Key ) |
Arguments: |
String, string. |
Returns: |
Integer. Returns 1 if successful, else 0. |
Examples: |
Director: Authorware: |
Notes: |
This function uses an xor routine to encrypt a file. To decrypt the file, run the function again using the same key. This will return it to it's original state. |