Encrypts a text using a key.
Encrypt64 (&text, &key)
Type Returned:
Character - It is the result of the parameter encryption using the key generated by the function.
Where:
&text
Is the parameter to be encrypted
&key
Is the key to be used for the encryption, generated by the GetEncryptionKey function.
It encrypts the value received as parameter, using the key indicated.
Encryption is based on the Twofish algorithm using a default key of 32 characters.
Objects: Procedures, Transactions, Web Panels
Languages: .NET, Java, Ruby (up to GeneXus X Evolution 3), Visual FoxPro (up to GeneXus X Evolution 3)
GetEncryptionKey Function
Decrypt64 function
Cryptography data types
|