PDA

View Full Version : DCT4 SPlock Algo arrays?



32167
31-10-2006, 09:09 AM
Hi

in source of DCT4 unlock calculator i've found interesting arrays for safer k64 algo


unsigned char tabla_asic2[] = {0x4a,0x33,0x78,0x90,0x11,0xaf,0xf2,0x3c};
unsigned char tabla_asic2a[] = {0x30,0x49,0x02,0xea,0x6b,0xd5,0x88,0x46}; //xor con 0x7A
unsigned char tabla_asic5[] = {0x54,0xa1,0x3b,0x22,0x9d,0xa8,0x11,0x77};
unsigned char tabla_asic5a[] = {0xc5,0x30,0xaa,0xb3,0x0c,0x39,0x80,0xe6}; //xor con 0x91
unsigned char tabla_asic7[] = {0x9c,0xd7,0xe4,0xa9,0xa4,0x36,0x72,0x92};
unsigned char tabla_asic7a[] = {0xfd,0xb6,0x85,0xc8,0xc5,0x57,0x13,0xf3}; //xor con 0x61

1.where is this keys in phone? Is it in firmware, secure ROM or in UEM if it's deppends of asic type:-?

2.who find this keys and how possible it snif in phone?
3. who author of this source, maybe he better knows about is and can help me.

thanks

mestrini
31-10-2006, 05:17 PM
Go here: http://www.g3gg0.de/ and check the messagefrom April 28th :D

or go here: http://www.geocities.com/indearcito to the site of the author of that code

cheers

PS:
Don't forget to share your findings afterwards ;) (if any :P )