Re: Compatibility with .NET GZipStream class? - WeOnlyDo Discussion board

Re: Compatibility with .NET GZipStream class? (General questions)

by wodDamir, Monday, November 26, 2007, 18:53 (6206 days ago) @ Paco Lianez

Hi Paco,

Please try the following code in VB6:
--------------------------------------------
Set crypt = New wodCryptCom
Set i_blob = New MemBlob
Set o_blob = New MemBlob

crypt.Type = None
crypt.Compression = GZipCompression
crypt.Optimized = False
i_blob.FromBase64 ( String received from .Net )
crypt.Decrypt i_blob, o_blob
--------------------------------------------

I've tried on my side, and it worked like a charm.

Hope I helped.

Regards,
Damba


Complete thread: