ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the encryption mode of a data file Hide the details
The encryption modes are:Versions 24 and laterhCryptAES128New in version 24hCryptAES128hCryptAES128Encryption is performed only if a password is set for the data file. In this case, the data file is encrypted using a 128-bit AES algorithm with Output feedback (OFB). Versions 19 and laterhCryptAutoNew in version 19hCryptAutohCryptAutoEncryption is performed only if a password is set for the data file. In this case, the data file is encrypted according to an optimized encryption algorithm (RC5 16 rounds on 128 bits).hCryptNoNo encryption is performed on the data file.hCryptRC5_12The data file is encrypted according to an optimized encryption algorithm (RC5 12 rounds on 128 bits).hCryptRC5_16The data file is encrypted according to an optimized encryption algorithm (RC5 16 rounds on 128 bits).hCryptStandardThe data file is encrypted according to an optimized encryption algorithm on 128 bits.
Name of data file used. This name was defined in the data model editor or by the File description type.
Defining the encryption mode of a data file Hide the details
Name of data file used. This name was defined by the File description type.
128-bit AES encryption with OFB mode of operation
Last update: 09/17/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: