PORTS Forum

Ports and Interfaces => Other Interfaces => Topic started by: david on June 13, 2010, 12:48:32 pm

Title: encryption-enabled bootloader
Post by: david on June 13, 2010, 12:48:32 pm
We have a device with a PIC18F... microcontroller. Our customers should be able to update the
firmware by usb, so we need to provide them with the HEX file.
However, we would like to encrypt the HEX file, so that they cannot decompile it.

Thus, we need a kind-of encryption-enabled bootloader.
Do you have such a product, or any solution to protect our code?

Best regards,
David
Title: Re: encryption-enabled bootloader
Post by: Jan Axelson on June 13, 2010, 03:47:44 pm
It looks like you got your question answered on the Microchip forum:

http://www.microchip.com/forums/tm.aspx?m=506332&mpage=1&key=encryption-enabled%2cbootloader&#506332

Jan
Title: Re: encryption-enabled bootloader
Post by: david on June 13, 2010, 05:00:35 pm
Thanks,

David