KI_AES_ENCRYPT

AES encrypts plainText$ into cypher$ using a 256 bit key

Synopsis:
CALL KI_AES_ENCRYPT key$, plainText$, SYM(cypher$) TO status
status = 'ki_aes_encrypt( key$, plainText$, SYM(cypher$) )
ArgumentEnumerationPurpose
key$Encryption key
plainText$String to encrypt
SYM(cypher$)Encrypted data. This will be REDIMed to size of plainText$ rounded up to a multiple of 16 bytes
statusKDB_ERROR_ENUMReturn status
History
Introduced in KCML 6.00
See Also:
IP_TOS, KI_AES_DECRYPT, KI_COMP, KI_COMPFILE, KI_CRYPT, KI_DCOMP, KI_DCOMPFILE, KI_DES_DECRYPT, KI_DES_ENCRYPT, KI_DF, KI_DFK, KI_DIR, KI_DIR_LIST, KI_DS, KI_MD5, KI_PID, KI_PMATCH, KI_SHA1, KI_SIZE, KI_STAT, KI_STATFS, KI_TOUCH, R7_DATE2J, R7_J2DATE
KCML database status codes