static function deobfuscateHexString($hex, $key)
 {
     return CFDBDeobfuscate::deobfuscateString(CFDBDeobfuscate::hexToStr($hex), $key);
 }