ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Encryption/compression functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The following functions are used to handle encryption and compression, using prefix syntax:
<Buffer type>.DecryptAsymmetricDecrypts a buffer with a private/public key algorithm with RSA encryption.
<Buffer type>.DecryptAsymmetricEnvelopedPerforms the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
<Buffer type>.EncryptAsymmetricEncrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
<Buffer type>.EncryptAsymmetricEnvelopedPerforms an asymmetric encryption of an envelope.
<Buffer type>.EncryptStandardEncrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
New in version 2025
<Type Buffer>Decode
Decodes a character string that was encoded by <Type Buffer>Encode.
New in version 2025
<Type Buffer>Encode
Encodes a character string or a buffer. To decode the result, simply use <Type Buffer>Decode.
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help