Home All Groups Group Topic Archive Search About
Author
2 Jul 2009 9:58 PM
Samuel
Hi

I am looking for a library (dll) that will zip a string and encrypt that is
good and not expensive.

Thank you

Author
2 Jul 2009 10:23 PM
Tom Shelton
On 2009-07-02, Samuel <samuel.shul***@ntlworld.com> wrote:
>
> Hi
>
> I am looking for a library (dll) that will zip a string and encrypt that is
> good and not expensive.
>
> Thank you
>
>

for encryption, take you pick from System.Security.Cryptography
for zip, I like sharpziplib:

http://www.icsharpcode.net/OpenSource/SharpZipLib/


--
Tom Shelton
Author
3 Jul 2009 9:55 AM
Samuel
Thank you for your advise

Samuel


Show quoteHide quote
"Tom Shelton" <tom_shel***@comcastXXXXXXX.net> wrote in message
news:OiIwAP2%23JHA.4692@TK2MSFTNGP02.phx.gbl...
> On 2009-07-02, Samuel <samuel.shul***@ntlworld.com> wrote:
>>
>> Hi
>>
>> I am looking for a library (dll) that will zip a string and encrypt that
>> is
>> good and not expensive.
>>
>> Thank you
>>
>>
>
> for encryption, take you pick from System.Security.Cryptography
> for zip, I like sharpziplib:
>
> http://www.icsharpcode.net/OpenSource/SharpZipLib/
>
>
> --
> Tom Shelton