DES_ENCRYPT
Encrypt data using DES. This function encrypts a string using the Data Encryption Standard (DES) algorithm.
Syntax
DES_ENCRYPT(str[,{key_num|key_str}])Description
new_len = orig_len + (8 - (orig_len % 8)) + 1key_num des_key_strExamples
See Also
Last updated
Was this helpful?

