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

KeyString containing the key.
cyphertextEncrypted string (ought to be a multiple of 8 bytes).
plaintextDecrypted 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.