ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Decrypted character string,Empty string ("") if an error occurred. To find out the error details, use ErrorInfo.
Encrypted character string. This character string was encrypted by Encrypt.
Password used to decrypt the character string. This password must be identical to the password that was used to encrypt the character string. A long password provides better encryption security.
Specifies the type of encryption and compression performed. This parameter must be identical to the one specified during the encryption.Type of encryption: cryptAnsi This constant has no effect. cryptNoneNo encryption was performed.cryptFast(Default value)Priority was given to the encryption speed (algorithm on 128 bits). The algorithm used will be a Blowfish algorithm. cryptRC516Priority was 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). The algorithm used will be a PBE algorithm (Password Based Encryption). Type of Compression: compressNone(Default value)No compression is performed. This constant has no effect. compressShortStringThe string is compressed via an algorithm optimized for the short character strings. This compression will be efficient only if the cryptNone constant is selected and if <Format of encrypted string> corresponds to the encodeNone constant. This constant has no effect. compressLZWThe string is compressed before it is encrypted. This constant has no effect.
Indicates the format of the encrypted string. This parameter must be identical to the one specified during the encryption.encodePCS or True(Default value)ASCII format. The encrypted file contains printable characters only.encodeNone or FalseBinary format. The encrypted file may contain non-printable characters.encodeBASE64BASE 64 format. The encrypted file contains printable characters only.To decode a buffer in base 64, you also have the ability to use Decode associated with the encodeBASE64 constant.encodeUUEncodeUUEncode format. The encrypted file contains printable characters only. This parameter is ignored.
Encrypting and decrypting an external file
Decrypting a stream in base64binary format
Encryption in Android/Java and decryption by a WINDEV application (or conversely)
Last update: 10/31/2019
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: