CC Proxy - Easy-to-use Internet connection sharing software and Internet sharing software

Home | Products List | Download | Purchase | Support | What's News | About Us |
 
CCProxy Home
Installation
Proxy Configuration
Account Manager
Advanced Functions
FAQs
What's New
Screen Shot
CCProxy Download
Download this Internet connection sharing software and proxy server software.

CCProxy User Manual & FAQs

How to decode the password in Accinfo.ini?

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;
};

Internet connection sharing software lover's concerns and the answer of your concerns about CCProxy! Realizing Internet connection sharing is just so easy! CC Proxy, easy-to-use Internet connection sharing software and Internet sharing software for Windows, can work with Modem connection sharing, ADSL connection sharing, sattllite connection sharing and broadband connection sharing.
© Youngzsoft all rights reserved

Youngzsoft Home | Proxy Server | Email Server | Privacy Policy | Links | Site Map |