converting a program from commpression to encryption.

J

joe

Hi does anyone know if there is anycode out there to convert a stream such
as a network connection from a compression library to an encryption
library. or if there is a compresion lib with encryption.
I am trying to compile vnc and replace the zlib compression with blowfish
encryption. i dont see why i cant be done but i cant figure out a way
to write a function that will replace zlib encryption with blowfish
compression. i am looking at 2 functions i think that is where the solution
is
BF_cfb64_encrypt
inflate( &m_decompStream, Z_SYNC_FLUSH ); thanks
 
V

Victor Bazarov

joe said:
Hi does anyone know if there is anycode out there to convert [...]

Why don't you go out there and try finding it. Google is a very
robust search engine, and very easy to use...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top