Re: Avoid copy Eprom.



Eric Smith wrote:
sangleen@xxxxxxxxxxx writes:

I have program in an Eprom 27C256,
and I want avoid copies of this Eprom.
Is there a way to disable coping?


Yes.  If you break the pins off the package, it will be much more
difficult for someone to copy it.

LOL! The only answer so far that has gotten close to answering the OP's question directly. No amount of encryption or obfuscation can protect an Eprom from being copied, as every bit of every byte is accessible. Just as photos cannot be copy protected as anyone can run them through a scanner etc. But I think that the OP should really of asked "how do I make it harder to for someone to make a working copy of my system" or suchlike.


The answer lies in adding an extra bit of hardware and having the program verify it. What comes to mind is a suitably programmed secure micro in an small package that can easily be added to the system, perhaps through a single I/O pin. It could even be powered from the same pin! The program needs to verify that the device is attached and that it's response meets the challenge given.

So yes, the Eprom can still be copied but it won't work unless they crack the secure device or the Eprom code and overcome the basic security measure. But that's work they mightn't be up to hopefully.

my2cents
*Peter*
.



Relevant Pages

  • Re: SBC FERGUSON BIGBOARD 1 - Help Request
    ... a code to program on a 2716 eprom. ... uses the video memory only. ... square waves on each pin, each one an octave below the previous. ... The buss pull-ups deliver an infinite sequence of 'RST 7' op-codes. ...
    (comp.os.cpm)
  • Re: TECH:Another resetting Pac
    ... Since both boards are resetting at the exact same place I'd say your row 6 ... EPROM is bad. ... intro screen and resets on the maze screen just as Ms Pac starts the ... on pin 20bypassing the pin only at 6J.Did I miss ...
    (rec.games.video.arcade.collecting)
  • Re: ZX81 ROM ?
    ... I also have some of these 2564 eproms by TI and I do have an old eprom ... Pin for pin compatibility makes them ideal ... lower power 28 pin 27C512 EPROM programmed with a bunch of DIP switch ... operating systems you wish to boot from. ...
    (comp.sys.sinclair)
  • Re: Tech: Out Run eprom question
    ... The most common ones are 231024 mask roms. ... However for an eprom, you need at least one programming pin, ... to match the Gnd and VCC for the 32 pin chip. ...
    (rec.games.video.arcade.collecting)
  • Re: Avoid copy Eprom.
    ... Using a secure device just makes it that much harder then COPY,BURN. ... This is only a basic security mechanism and any determined hacker will eventually overcome it no matter how secure it is made. ... It would be better to encrypt everything in the EPROM and have the "secure device" hold the key for decryption. ... A determined individual or group WILL disassemble all the code if they can get to the object code. ...
    (comp.arch.embedded)