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

[REBOL] Re: Encryption

From: antonr:iinet:au at: 9-Sep-2003 13:32

You can push your binary through a line port as text. Encrypt your text, which gives you a binary, then use enbase, which gives a string (and losing no information). On the other end use debase to get the binary back, then decrypt. Anton.