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