Please help - can any one tell me How to compress and encrypt files in VB6?
Thanks.
Printable View
Please help - can any one tell me How to compress and encrypt files in VB6?
Thanks.
For file compression, I recommend looking at the zlib compression library.
Below you will find, links to the library. There are wrappers for the api.
Let me know if you need more help with it.
Home page: http://www.info-zip.org/pub/infozip/zlib/
Get the latest DLL: http://www.winimage.com/zLibDll/
For the encryption, I would look at a book. It is an excellent book. It
comes with source code that wraps the CryptoAPI into a nice useable ActiveX
Dll.
Title: Cryptography for Visual Basic: A Programmers Guide to the Microsoft
CryptoAPI.
Author: Richard Bondi
Publisher: Wiley
I hope this helps.
--
Greg
"Sorry, I don't have time for this. I've got bugs to write."
"FM" <fma@burnsmcd.com> wrote in message news:3ad7b91a$1@news.devx.com...
>
> Please help - can any one tell me How to compress and encrypt files in
VB6?
> Thanks.