Decode Password of CC Proxy Server Software

Youngzsoft Products About Us
Home Features Downloads Purchase Contacts  

How to Decode Password in Accinfo.ini of CC Proxy Server Software?

Here is the C code -
static void PasswordDecode(char * szPassword)
{
char szEncode[1024];
char strDecodePass[_MAX_BUF_LEN + 1]={""}, strPass[_MAX_BUF_LEN + 1]={""};
strcpy(strDecodePass, szPassword);
for(unsigned int i = 0; i < strlen(strDecodePass)/3; i ++)
{
char szCode[_MAX_BUF_LEN + 1];
strcpy(szCode, strDecodePass + i * 3);
szCode[3] = 0;
int nCode = atoi(szCode);
nCode = 999 - nCode;
sprintf(szEncode, "%c", nCode);
strcat(strPass, szEncode);
}

strcpy(szPassword, strPass);

return;
};

Contacts
Tel: 086-731-85537391
Mon - Fri, 9.00-18.00 (GMT+8.00)
MSN: support@youngzsoft.net
support@youngzsoft.com
Submit Your Questions Online
Basic Links
Download CCProxy
Download User Manual
Quick Start
Build Internet Proxy Server
Server Installation
Server Configuration
Client Configuration
Account Management
Screen Shot
Recommended
Hot Links
How to configure gmail proxy settings
How to apply web filter
What's the platform supported
What's the Internet connection supported
How to limit bandwidth via CCProxy
How to get free license
Documents
What's New

Try CC Proxy Server Software Which Allows You to Decode Password of Clients!


© 2012 Youngzsoft All Rights Reserved | Privacy | Terms | Site Map