Poor man's encrypted data

Richard Gaskin ambassador at fourthworld.com
Sun Apr 6 21:01:01 EDT 2003


valetia at mac.com wrote:

> Hi Richard,
> 
>> From: Richard Gaskin <ambassador at fourthworld.com>
>> Date: Sat, 05 Apr 2003 14:47:51 -0800
>> 
>> In the meantime, I just wrote these two simple handlers to tuck sizable data
>> into a script by just making sure it only occupies one line:
> 
> Are you sending and receiving the protected stack via the http protocol? If
> so, do you have a couple of sample routines that would illustrate how this
> is done (particularly when it comes to sending)?

Downloading stacks with HTTP is simple, described in the docs:

   put url tMyUrl into tMyVar

You could concievably upload them to a server using POST.

> Are you using a faceless app at the other end to process the data? How would
> this be done?

In my case, my interest is in custom protocols as a way of trading data
between two P2P apps.  But using POST you could send such stacks (and any
other binary or ASCII data) to an MC-based CGI.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc




More information about the metacard mailing list