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

[REBOL] Re: Encryption

From: g:santilli:tiscalinet:it at: 8-Sep-2003 16:34

Hi Matt, On Monday, September 8, 2003, 4:11:53 PM, you wrote: MM> Can I transfer binary and non-binary data if I use the /BINARY? Of course. The only difference with using /BINARY versus /STRING is that string does automatic conversion between line terminators. I don't think you'll need it in your case. If you really do, you could use: set-modes port [binary: true] before sending encrypted data and: set-modes port [binary: false] before sending plain text. You'll need to do the same on receiving. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/