[EMAIL PROTECTED] wrote:

> Mike wrote:
> > I have just begun to play with Rebol and am finding it very interesting.
> I have scanned the documentation (beta Users Guide) and it is not clear to
> me how one can hide or encrypt a script.
>
> 1    Use a web server and keep the REBOL script as a CGI on the server, not
> on the student's client. Sending the questions as HTML pages, and receive
> replies in HTML forms.
>
> 2    Write a replacement 'do function, that can "do" a encrypted rebol
> script, by first decrypting it using your favourite method, then using the
> REBOL's 'do. Only distribute encrypted REBOL scripts to students.
>
> Just a couple of suggestions that I hope helps.
>

We have protect command already available. That's just first level available.
We have encrypt and decrypt functions available. As for local networks,
educatory purposes, whatever, you can provide your script encrypted, and let
the script to download password. The problem is - what to do about outputting?

What about to introduce new function called 'hide ? It could protect functions,
objects, from sourcing, probing, molding, etc. But I am not sure it's that
easy, because of rebol self reflection capabilities ...

-pekr-





>
> Andrew Martin
> Who's up earlyish in NZ...
> ICQ: 26227169
> [EMAIL PROTECTED]
> http://members.xoom.com/AndrewMartin/
> -><-

Reply via email to