in reply to Blowfish Cypher
Now, for your question, in a fashion. You could look at using MIME to encode your binary data (UPDATE: since with large chunks you should be POSTing). Another alternative would be to use Crypt::CBC (which supports Blowfish), and the encrypt|decrypt _hex methods.
--
perl -pew "s/\b;([mnst])/'$1/g"
|
|---|