[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.