| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Decrypts an encrypted character string.
HB_Decrypt( <cEncryptedString>, <cKey> ) --> cString
The function returns the decrypted character string.
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.
| See also: | HB_Crypt() |
| Category: | Character functions , Conversion functions , xHarbour extensions |
| Source: | rtl\hbcrypt.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com