ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Encryption/compression functions
29 results
Decrypts a buffer with a private/public key algorithm with RSA encryption.
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
Performs an asymmetric encryption of an envelope.
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Compresses a string or a memory block (buffer) in binary format.
Encryption and compression functions
The following functions are used to handle encryption and compression, using prefix syntax:
List of constants used by the encryption/compression functions
Decodes a character string that was encoded by Encode.
Usage example of the Decrypt function
Decrypts a character string that was encrypted by Encrypt.
Decrypts a buffer with a private/public key algorithm with RSA encryption.
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
Usage example of the DecryptStandard function
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Encodes a character string or a buffer. To decode the result, simply use Decode.
Usage example of the Encrypt function
Encrypts a character string in binary format or in ASCII format.
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
Performs an asymmetric encryption of an envelope.
Generates an RSA private/public key pair.
Usage example of the EncryptStandard function
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Calculates the next Luhn check digit for a given sequence.
Checks that the given sequence is valid according to the Luhn formula.
Decompresses a memory block (buffer) that was compressed by Compress.
Decodes a character string in UUEncode format.
Encodes a character string according to the UUEncode algorithm.