#define C1 52845
#define C2 22719
CString Encrypt(CString S, WORD Key)
{
CString Result,str;
int i,j;
Result=S;
for(i=0; i>8));
Key = ((BYTE)Result.GetAt(i)+Key)*C1+C2;
}
S=Result;
Result.Empty();
for(i=0; i>8));
Key = ((BYTE)S.GetAt(i)+Key)*C1+C2;
}
return Result;
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
小伙看你根骨奇佳,潜力无限,来学PHP伐。