KCML_DES_Decrypt
Purpose
DES decrypts cyphertext into plaintext$ using a 56 bit key.
Definition
DEFSUB 'KCML_DES_Decrypt(Key$, cyphertext$, BYREF plaintext$) AS Void
Parameters
| Key | String containing the key. |
| cyphertext | Encrypted string (ought to be a multiple of 8 bytes). |
| plaintext | Decrypted result string. This will be REDIMed to size of cyphertext$ string. |
Description
See the complementary function 'KCML_DES_Encrypt() for more information.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.