On Oct 23, 4:13*pm, chris_ivan <chris.i...@gmail.com> wrote:
> On Oct 23, 11:21*am, ajaybgr <ajay....@gmail.com> wrote:
>
>
>
> > On Oct 23, 11:51*am, Thad Smith <ThadSm...@acm.org> wrote:
>
> > > ajaybgr wrote:
> > > >>> - I have a Main program running on a PIC18(can be any MC)
> > > >>> - Apart from that I have another PIC16(can be any MC) with some amount
> > > >>> of non-volatile memory.
> > > >>> - a variable "Counter" is stored on the non-volatile memory ie PIC16
> > > >>> side
> > > > Now I want to change this model into something like:
> > > > -A new small device with EEPROM(any pic12/16 will do) is created which
> > > > contains our License, how long can customer use our product and other
> > > > proprietary details.
> > > > I don't want to store these details on our main device due to some
> > > > other reasons.(more like marketing and distribution reasons)
>
> > > > -This new device can be connected to our existing device through uart/
> > > > usb etc. (You may say this link can be spoofed-But actually I have
> > > > taken care of such things and lets assume the link is not traceable
> > > > nor can be cracked)
>
> > > I don't know what you mean by traceable. *I assume by your statement
> > > that you are encrypting traffic and have a link protocol preventing
> > > playback attack, which is probably your main concern. *With such a
> > > protocol you should be able to send a command to the license processor
> > > to read the counter and receive a response with the counter value, all
> > > protected by your protocol. *Now, since you have a secure communication
> > > link, what's the problem?
>
> > > --
>
> > Yeah the communication between main device and License_key device is
> > OK.
> > Note:License_key device => extra small device to be attached to my
> > existing main device containing some proprietary data.
>
> > Now my concern is what kind of protection I must ensure so that the
> > data in the EEPROM of License_key device is secure. I don't have much
> > experience with these kind of devices so forgive, if my questions are
> > trivial.
>
> > For example if some one gets hold of my License_key device ,what can I
> > implement to make cracking/modifying the License data more difficult?
> > At the same time it should be easy for ME to modify that data in
> > future.
>
> > Any good implementation where authentication of License_key device is
> > done by the main device before reading the license key?
> > What I mean is that , License_key of one customer should not be used
> > by another customer.(currently am reading/testing XTEA *by Microchip
> > to see whether it fits my need..so if you have any tips on similar
> > lines are welcome)
>
> > Also I may have to store my License data on my main device sometimes.
> > So is there a way to protect this data from being cracked(just more
> > difficult) either at the Main device or License_key device?
>
> > Thanks
> > Aj- Hide quoted text -
>
> > - Show quoted text -
>
> Hi Aj,
>
> do you mean that you plan to add a kind of dongle in your device in
> order to fully enable your device functionality?
>
Yes..(Kind of) . The dongle not only controls device functionality but
also contains licensing details.
Is my approach good? what kind of problems I could face through this
approach?
Are there any better way to achieve my intentions??
Regards
Aj
|