Syntax:
encrypt {record} to {string holder}
Keyword handler:
net.eclecity.linguist.data.keyword.DataKEncrypt.class
Runtime handler(s):
net.eclecity.linguist.data.handler.DataHEncrypt.class
Function:
Encrypt a record to a string holder - typically a buffer but it could be any variable capable of holding a string - even a graphic component or a database field. Encryption uses a private algorithm and a key string provided using set the key of {record} to {string} - see set. See also decrypt.
Example(s):
encrypt Customer to MyBuffer