Log in

View Full Version : Help Crypkey Sitekey, Have Master,User and site code


fordranger2000
February 20th, 2012, 23:27
Hi
Could someone help me on this one, I've studied and read every page I could find and still can't find what i'm doing wrong
when I try to create site key with ckinfo.exe 1.14 it tells me an error, check code length

Here are the key's
MasterKey
A4D3 57C4 38C3 2300 5532 4EB1 DA6F DB99 056A 6CDC B156

User Key
D252 815C 4E9D FF

Site Code
A020 4F84 06A3 9005 1F62 7D

Please can someone help

Many Thanks
2547

FoxB
February 21st, 2012, 08:55
the sitecode can be obfuscated...

fordranger2000
February 21st, 2012, 09:12
Is there any way to un-obfuscated a site code

Thanks

FoxB
February 21st, 2012, 10:40
RE your target. no universal solutions. tell us a software name

fordranger2000
February 21st, 2012, 11:47
Hi
Its a Livestock Nutrition Program

<Commercial Software link deleted - Read the FAQ>

Thanks

Woodmann
February 21st, 2012, 21:34
Quote:
Its a Livestock Nutrition Program.


EEERrrrrrrrrrrrrrr...........UUummmmmmmmmmm..........
Who'd a thunk they made such a software

Resume your regularly scheduled thread.

Woodmann

FoxB
February 22nd, 2012, 04:57
crack request?

fordranger2000
February 22nd, 2012, 07:41
Quote:
[Originally Posted by FoxB;91908]crack request?


Crack Request are not allowed on this Forum
Can someone RE the obfuscated Site Code for the real Sitecode, I can generate my own sitekey if I could find out how to get real sitecode.
I have looked through file after file with olly(sitecode.dll, unlockcode.dll) but cant find real site code, this is way over my head so please help if you know how

Thanks

FoxB
February 22nd, 2012, 10:25
private bool ParseSiteCode(string pSiteCode)
{
bool flag;
try
{
if (pSiteCode.Length < 1)
{
return false;
}
string str = "";
int num2 = pSiteCode.Length - 1;
for (int i = 0; i <= num2; i++)
{
string sLeft = pSiteCode.Substring(i, 1).ToUpper();
if (((StringType.StrCmp(sLeft, "A", false) >= 0) & (StringType.StrCmp(sLeft, "F", false) <= 0)) | ((StringType.StrCmp(sLeft, "0", false) >= 0) & (StringType.StrCmp(sLeft, "9", false) <= 0)))
{
str = str + sLeft;
}
}
pSiteCode = str;
if (!this.ValidateSiteCode(pSiteCode))
{
throw new ApplicationException("Site Code is not a valid site code";
}
pSiteCode = new dlxEncryptionTools().UnScrambleString(dlxConversionTools.GetBitStringFromHexString(pSiteCode.Substri ng(0, pSiteCode.Length - 4)), 3);
this.mstrMachineHashCode = pSiteCode.Substring(0, 0x15) + "000";
this.mstrMachineHashCode = dlxConversionTools.GetHexStringFromBitString(this.mstrMachineHashCode);
string str3 = pSiteCode.Substring(0x15, 13);
this.mdtePrevAuthorizationDate = DateAndTime.DateAdd(DateInterval.Day, (double) dlxConversionTools.GetIntegerFromBitString(str3), new DateTime(0x8c6bdabf8998000L));
this.mintExeID = dlxConversionTools.GetIntegerFromBitString(pSiteCode.Substring(0x22, 8));
this.mintDateExceptionCount = dlxConversionTools.GetIntegerFromBitString(pSiteCode.Substring(0x2a, 8));
this.mbytMajor = (byte) dlxConversionTools.GetIntegerFromBitString("00" + pSiteCode.Substring(50, 6));
this.mbytMinor = (byte) dlxConversionTools.GetIntegerFromBitString(pSiteCode.Substring(0x38, 8));
this.mbytRevision = (byte) dlxConversionTools.GetIntegerFromBitString(pSiteCode.Substring(0x40, 8));
return true;
}
catch (Exception exception1)
{
ProjectData.SetProjectError(exception1);
Exception innerException = exception1;
throw new ApplicationException("Exception while parsing site Code; '" + pSiteCode + "'", innerException);
ProjectData.ClearProjectError();
}
return flag;
}

private bool ValidateSiteCode(string pSiteCode)
{
if (pSiteCode.Length <= 5)
{
throw new ArgumentException("String is not a valid Site Code";
}
string sLeft = pSiteCode.Substring(pSiteCode.Length - 4);
object obj2 = pSiteCode.Substring(0, pSiteCode.Length - 4);
return (StringType.StrCmp(sLeft, this.GetHash(StringType.FromObject(obj2), 4, "", false) == 0);
}

fordranger2000
February 22nd, 2012, 11:52
@FoxB
Is this code to get real sitecode? then with what and how do I run it

Many Thanks

FoxB
February 22nd, 2012, 12:28
use for help your hand + head + Reflector.NET + olly...

fordranger2000
February 22nd, 2012, 14:25
@FoxB
Sorry! but this is way over my head, I'm not as gifted with my head as you are, so really I don't even know where to start

fordranger2000
February 23rd, 2012, 11:35
@FoxB
I tried to use my hand + head + Reflector.NET + olly but I don't know what to do to get real site code

I'm a programer, but I program in Pascal(Borland Delphi), some of code I understand that u posted but most of it I don't

Anybody! any help would be appreciated

Thanks

newbie
August 4th, 2012, 05:06
hi,i have a program protected by CrypKey V7
Master Key is 742961ff378ed1cb1c25fa7bb4ee881c3b3a7e294d34a4660120688be538874b1e586424e6eba7fe271ba31a066a747951fc a7e0eab433cfdea9c33e9804dbba19e6bd2177c28b29d742ea8066e330fe7413972330efbf9717f1738d09e708fb5a4595be b347284431536db26badcd7fca1672fc1625cfc8ec9819fff92468f0

and these are pairs of working keys and if you need more i can get them ,

CA21 CDB8 4C7A FF16 CB
182C 8DD4 202E BBFA 37C9 8E30 1C
9731 6C1B 38D7 24FF 96
E68B 4432 31EF 207F A075 1D89 0F
7437 9489 C7CD A919 B5
8FBB 2535 59AC 2BCA E9B7 7B97 26

the problem is that this program is custom made for our company but support ended

I'm trying to use ckinfo v1.13 and it generate key but not working
i got site code 5051 53C4 2895 4762 91 from crp32002.ngn
but when the program prompt me it gives 219C E280 8063 3AD8 20
which gives problem when executing /sitecode 219C E280 8063 3AD8 20
Error #16: Error occurred decrypting the Site Code - Encryption Keys Not Found

i have attached crp32002.ngn but changed ext to txt

FoxB
August 4th, 2012, 05:34
show your target software and OPUS.LIC file if have it. upload DUMPED crp32002.ngn also

master key 7429... and sitecode 5051.. is CrypKey Canada code.

newbie
August 4th, 2012, 06:45
yes it's

newbie
August 4th, 2012, 12:58
i have attached crp32002.ngn with name crp32002.txt ,just change ext ,i used IDA V5
and here is attached Software exe (not all software since it's database application with 3 GB size and my DSL is not that good it would take month)
i have found something ,this site http://www.reteam.org/board/printthread.php?t=1868&page=28&pp=10 say that 7429... masterkey is an example given by Crypkey ,and same for sitecode
5051 53C4 2895 4762 91

here is software

<Commercial Software link deleted - Read the FAQ>

where to find OPUS.LIC

FoxB
August 5th, 2012, 00:27
you need run target software, wait for input site key and make memory dump for crp32002.ngn

newbie
August 5th, 2012, 06:22
i got masterkey and Userkey from application and it showed me password GNGWGGWGN but site code is wrong ,isn't site code the one given by application like
CA21 CDB8 4C7A FF16 CB

newbie
August 6th, 2012, 18:12
where does real sitecode stored