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

[REBOL] Re: Encryption

From: rotenca:telvia:it at: 8-Sep-2003 16:02

> Hi all, > I'm trying to implement a secure message transferring system using > blowfish ecryption in rebol/command using view/pro. Non-encrypted messages > transfer perfectly, and very short (like < 10 character) messages that are > encrypted work as well. Anytime I use a slightly longer message, expecially > if it includes puctuation, the transfer gets all screwed up. I'm using a > standard tcp port with the direct, lines, and no-wait refinements.
Try open/binary. --- Ciao Romano