KI_DES_ENCRYPT
DES encrypts plainText$ into cypher$ using a 56 bit key
Synopsis:
CALL KI_DES_ENCRYPT key$, plainText$, SYM(cypher$) TO status
status = 'ki_des_encrypt( key$, plainText$, SYM(cypher$) )
Argument
Enumeration
Purpose
key$
Encryption key
plainText$
String to encrypt
SYM(cypher$)
Encrypted data. This will be REDIMed to size of plainText$ string.
status
KDB_ERROR_ENUM
Return status
History
Introduced in KCML 6.00
See Also:
IP_TOS
,
KI_AES_DECRYPT
,
KI_AES_ENCRYPT
,
KI_COMP
,
KI_COMPFILE
,
KI_CRYPT
,
KI_DCOMP
,
KI_DCOMPFILE
,
KI_DES_DECRYPT
,
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