Public Function XF_DecodeRC4String(s As String, Optional EncryptionKeyString As String = "") As String
Decode a string using the RC4 algorithm and the passed or a default encryption key. Before decryption, convert the string from hex-encoded ascii to handle nonprinting characters that cause trouble.
xf_DataList
xf_External_VB7_32_64bit