DecryptFile Method

 Object: FileManager
 Syntax: DecryptFile ([in] InFilename, [in] OutFilename, [in] Password)
 Description: This method decrypts the InFile and saves the result to the OutFilename location. If the password is incorrect, the decryption will still proceed but the results will be scrambled.

SA-FileManager uses the base Microsoft Cryptographic Service Provider, which allows for a 40-bit key. A simple parameter change in the source code can enable North American strong encryption, provided your version of NT supports this.

 

Previous Page Next Page