getting keys out of inteep

gooner71

VIP Member
VIP Member
Joined
Mar 29, 2005
Messages
1,912
Reaction score
116
Hi all - just a quickie - ive got a fun working using the rst hex for nthell ok but i want to update the keys on my atmega for another room -(no more spare funs) - which code line would i find the public keys on my inteep on the fun? i have done a search but either im not looking properly or its not there!!

Anyway - thanks in advance!!
 
Rst eeprom file which has the current keys in it and these can be changed simply by just downloading one and right click and view it with notepad and the top few lines will look like this:
:10000000D6AB1A137529E77289B77E70309D89CAFD
:10001000D6AB1A137529E77289B77E70309D89CAED
:1000200000000000000000000000000000000000D0
:10003000AF14D85DFA1BDDA9586524851C1DFBFF94
:100040006058BA05565AAD0E4F8CD561B60B9E5D01
:10005000699CE59B495199F8712A7D4A277C9795BF
:1000600076A29255B6A0E950486D1BBF2EC52F8FC2
:1000700029CCFA17C459110E8C3F9DAC9C83520DAC
You only need to look at the top 2 lines and on each of those lines it has the Key0: and the Key1: keys and the check sum at the end like this:
:10000000D6AB1A137529E77289B77E70309D89CAFD
:10001000D6AB1A137529E77289B77E70309D89CAED
 
Back
Top