ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the encryption mode of a MMO file Hide the details
The encryption modes are:Versions 24 and laterhCryptAES128New in version 24hCryptAES128hCryptAES128The encryption is performed only if a password is defined for the file. In this case, the memo file is encrypted using a 128-bit AES algorithm with Output feedback (OFB). Versions 19 and laterhCryptAutoNew in version 19hCryptAutohCryptAutoThe encryption is performed only if a password is defined for the file. In this case, the memo file is encrypted according to an optimized encryption algorithm (RC5 16 rounds on 128 bits).hCryptNoNo encryption is performed on the file.hCryptRC5_12The memo file is encrypted according to an optimized encryption algorithm (RC5 12 rounds on 128 bits).hCryptRC5_16The memo file is encrypted according to an optimized encryption algorithm (RC5 16 rounds on 128 bits).hCryptStandardThe memo file is encrypted according to an optimized 128 bits encryption algorithm.
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 MMO 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: 03/10/2021
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: