dev-crypto-csharp mail archive
Re: [dev-crypto-csharp] Replacing SharpZipLib with JCraft JZlib
Thanks, this looks quite promising. We'll look into it further.
Regards,
David
On Sat, 2006-06-24 at 10:44 +0100, Paulo Soares wrote:
> Currently the crypto C# port uses SharpZipLib for the zip activities. This
> has te disadvantage of requiring another DLL and the risk of colision with
> other deployed SharpZipLib DLLs. I had this problem with iTextSharp and
> solve it by using JCraft's JZlib (http://www.jcraft.com/jzlib/). It's as
> fast (or as slow) as SharpZipLib and the BSD license allows it to be
> included anywhere. I converted it to C# and added the inflater/deflater
> streams and has been working flawlessly for some time. My implementation is
> at https://sourceforge.net/projects/itextsharp or more precisely at
> http://itextsharp.cvs.sourceforge.net/itextsharp/itextsharp_new/System/util/zlib/.
>
> Paulo
>
>
.