- Error management
- Operating mode in Windows Vista (and later)
- Encrypting/Decrypting a character string
fEncrypt (Function) In french: fCrypte
Warning
From version 24, fCrypt is kept for backward compatibility. This function is replaced by fEncrypt.
Syntax
<Result> = fEncrypt(<Path of file to encrypt> , <Path of encrypted file> , <Password> [, <Type of encryption> [, <Format of encrypted file>]])
Remarks fEncrypt generates an error in the following cases: - the file to encrypt does not exist,
- the file to encrypt is locked,
- the path of the file to encrypt is invalid,
- <Password> is an empty string,
- the user has no read rights on the file to encrypt,
- the user has no write rights on the encrypted file.
Encrypting/Decrypting a character string
Related Examples:
|
Unit examples (WINDEV Mobile): The encryption functions
[ + ] Using the WLanguage encryption and decryption functions. This example is used to: - Encrypt a character string - Decrypt a character string
|
This page is also available for…
|
|
|