ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the decryption was performed, False otherwise. To get the details of the error, use ErrorInfo with the errMessage constant.
Name and full (or relative) path of the file to decrypt (up to 260 characters). A UNC path can be used. This file must have been encrypted by fEncrypt.Versions 15 and later This parameter can be in Ansi or Unicode format.New in version 15 This parameter can be in Ansi or Unicode format. This parameter can be in Ansi or Unicode format.
Name and full (or relative) path of the decrypted file (up to 260 characters). A UNC path can be used.Versions 15 and later This parameter can be in Ansi or Unicode format.New in version 15 This parameter can be in Ansi or Unicode format. This parameter can be in Ansi or Unicode format.
Password used to decrypt the file. This password must be identical to the password used to encrypt the file. A long password provides better encryption security.
Specifies the type of encryption performed. This parameter must be identical to the one specified during the encryption.cryptNoneNo encryption was performed.cryptFast(Default value)Priority was given to the encryption speed (algorithm on 128 bits).Versions 16 and later The algorithm used will be a Blowfish algorithm with 16 rounds.New in version 16 The algorithm used will be a Blowfish algorithm with 16 rounds. The algorithm used will be a Blowfish algorithm with 16 rounds.cryptRC516Priority is given to the encryption security (RC5 algorithm on 16 rounds). This constant has no effect.cryptSecurePriority was given to the encryption security (RC5 algorithm on 128 bits).Versions 16 and later The algorithm used will be a 128-bit RIJNDAEL algorithm.New in version 16 The algorithm used will be a 128-bit RIJNDAEL algorithm. The algorithm used will be a 128-bit RIJNDAEL algorithm.
Specifies the format of the encrypted file. This parameter must be identical to the one specified during the encryption.encodePCS or TrueASCII format. The encrypted file will contain printable characters only.encodeNone or False(Default value)Binary format. The encrypted file may contain non-printable characters.encodeBASE64BASE 64 format. The encrypted file will contain printable characters only.encodeUUEncodeUUEncode format. The encrypted file will contain printable characters only.
Managing errors
Operating mode in Windows Vista (and later)
Encrypting/Decrypting a character string
Encryption in PHP
Last update: 11/27/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: