xHarbour Reference Documentation > Function Reference |
Encrypts a character string.
SX_Encrypt( <cString>, <Password> ) --> cEncryptedString
The function returns the encrypted character string.
Function SX_Encrypt() encrypts a character string using the password <cPassword>. The returned encrypted string can be decrypted by passing it to function SX_Decrypt() along with the same password.
See also: | HB_Crypt(), HB_Decrypt(), SX_Decrypt() |
Category: | Character functions , Conversion functions , Six driver |
Source: | rdd\hbsix\sxcrypt.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com