Code Module Encryption

Questions and discussion about the ZBasic IDE.
Post Reply
zbasicandy
Posts: 193
Joined: 25 January 2006, 19:56 PM

Code Module Encryption

Post by zbasicandy »

There are times when a software project is completed that the software developer would like to preserve his algorithms from others. Is it possible to password / encrypt a basic "code module" so others cannot view and modify its contents?
:D :D :D
mdown
Posts: 62
Joined: 03 February 2006, 5:46 AM
Location: Dallas, Texas
Contact:

Post by mdown »

Perhaps you can compile the code and reference it in as a precompiled include?

-MikeD
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

That capability is on the "to do" list but is not currently supported. There is some additional infrastructure needed in the "object file" to facilitate relocation and link-time fixups. These are well-understood concepts that have been in use for many years.
- Don Kinzer
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Post by mikep »

I have bumped this topic because from today onwards there is a ZBasic solution to this problem. In fact there are three solutions. Take your pick from ZX-128e, ZX-1281, and ZX-1281e. All of these devices store a Zbasic program in locked flash memory which cannot be read.

_________________
Mike
http://oakmicros.com
Check out the new ZX-128e and ZX-1281e ZBasic microcontrollers at my website.
Post Reply