Class CryptFile() Professional
Class function of the CryptFile() class
The CryptFile class provides encryption and decryption of files, such as text files. To encrypt a file, a crypt-provider object and a key-object is required. The crypt-provider determines the algorithm used for encryption, and the key-object provides the cipher key to be used by the crypt-provider.
SecureKey():destroy() can be called right after encrypting or decrypting a file. The key value is required during that operation.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.