Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] PGP encryption from REBOL

From: princepawn:lycos at: 30-Aug-2000 10:16

Hi I would like ... rephrase that: In order to impress my higher-ups, I MUST demonstrate the ability of REBOL to encrypt a file and ftp it to a host. I can handle the FTP part. Vis-a-vis the PGP part, from Perl we were making system calls to a PGP binary. But REBOL does appear to make system calls. --- ; run this in your ; <a href=http://www.rebol.com>REBOL</a> Interpreter! terrence-brannon: [ [princepawn--yahoo--com] perl-refugee myth-gamer ] perl-refugee: [ 'loved href perl discovery: (metaperl = rebol) 'hates href perl ] myth-gamer:http://www.bungie.net/bin/stats.pl?player=princepawn ; angles makes this a href instead of code! use ur imagination! href: func [U T] [ rejoin [ "a href=" U ">" T "/a" ] ] perl: href http://www.perl.com "Perl" On Wed, 30 Aug 2000 8:37:13 grantwparks wrote: