Back Previous Next


Linguist basic package - encrypt

Syntax:

   encrypt {string holder} using {key}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKEncrypt.class

Runtime handler(s):

   net.eclecity.linguist.basic.keyword.BasicHEncrypt.class

Function:

Performs encryption using a the DES algorithm, replacing the contents of the string holder (e.g. buffer) with the encrypted version of its previous contents. The key must be a valid DES key; tools are available in Java to create these. See also decrypt.

Example(s):

   encrypt Buffer using Key


Back Previous Next