BillMax_DataCipher — Return a ciphered string
#include "billmax.h"
char *BillMax_DataCipher(data);const char *data;
char *BillMax_DataCipher(
)
const char *data
Returns a ciphered string. The calling program is responsible for freeing the memory for the new string when
The string to cipher.
NULL for failure.. A ciphered string on success.
NONE
BillMax_DataDecipher