ST>         I hope this is the right place to put this. I have some code that takes 
data
ST> from a database and encrypts it via Blowfish and CBC. Not a problem so far, 
ST> the problems comes with sending it to the client.

<snip examples>

I can't comment on the difference between CGI::cookie and uri_escape,
but i always run my ciphertext through MIME::Base64 before setting it
in a cookie. it means that the resulting cookie is much smaller (for
me at least, ymmv)

If you base64 encode your ciphertext then it may make your real
problem go away.

hth,
daniel

Reply via email to