eeprom content is protected?
Robi
Posts: 2
Hi All!
The Propeller's external eeprom is code protected?
Robi
The Propeller's external eeprom is code protected?
Robi
Comments
Chip Gracey
Parallax, Inc.
The only thing I can think of is encasing the Propeller and EEPROM in Epoxy, and making bl**dy certain that the pins used to program the Propeller is unavailable anywhere on the PCB.
Of course, as what is stored on the EEPROM is Spin Tokens, it's not that easy to convert it back to readable source, even if they manage to read the EEPROM.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
I will be doing the following for our commercial stuff...
If you have a spare i/o pin, you·could just put a 1wire serial id chip on the pcb and make the prop check the id number of the chip, then compare it to the id number·coded into·the prop program. I'm not sure of the part number of the chip, but I can get the number for you, ansd they are not too expensive.
You could 'sprinkle' the 8 bytes of chip id throughout the program a bit to break the number up, in case it could be seen in the memory map (not sure if thats the case).
Good for security, but not so good if you want to make large numbers of exactly the same product.
Cheers,
Chris
It still wouldn't be much more difficult to hack the code, though.
If you're going to use this method(and the DS2401 Silicone Serial Number), please remove any marking from the top. Preferably place it among other similar chips which has also had their markings removed.
(Either the TO-92 'transistor' package, or the SOT-223)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
If the code is so important, do yourself a favor and change uCTRLRs.
Least you forget, security means two things and only two things:
#1: It slows down the valid user.
#2: It slows down the hacker.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
Forgive my ignorance...
what does "do yourself a favor and change uCTRLRs".. mean.
Cheers,
Chris
IOW, choose another microcontroller if the false sense of security from protected code is your desire.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
1+1=10
I'll be staying with the prop for our future developments, parallax·has been too good to me for the past 8 years to even consider reinventing our equipment with any other brand.
Cheers,
Chris
I love the propeller... and how it works. It would take more then just a security issue to force me from the propeller...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·