Encrypt Method

 Object: File
 Syntax: Encrypt ([in] OutFilename, [in] Password)
 Description: This method encrypts the current file and saves the result to the OutFilename location. Please note the password - it will be impossible to recover the file without it.

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