Decrypt Method

 Object: File
 Syntax: Decrypt ([in] OutFilename, [in] Password)
 Description: This method decrypts the current file and saves the result to the OutFilename location. If the password is incorrect, the decryption still proceeds 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