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