xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SX_Encrypt()

Encrypts a character string.

Syntax

SX_Encrypt( <cString>, <Password> ) --> cEncryptedString

Arguments

<cString>
This is a character string to encrypt.
<cPassword>
This is a character string holding the password used for encryption.

Return

The function returns the encrypted character string.

Description

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.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe