xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_Decrypt()

Decrypts an encrypted character string.

Syntax

HB_Decrypt( <cEncryptedString>, <cKey> ) --> cString

Arguments

<cEncryptedString>
This is a previously encrypted character string to decrypt.
<cKey>
This is a character string holding the encryption key.

Return

The function returns the decrypted character string.

Description

Function HB_Decrypt() decrypts a character string previously encrypted with function HB_Crypt(). A successful decryption requires the same key <cKey> as used for encrypting the unencrypted string.

Info

See also:HB_Crypt()
Category: Character functions , Conversion functions , xHarbour extensions
Source:rtl\hbcrypt.c
LIB:xhb.lib
DLL:xhbdll.dll


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