DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    FM Guest

    How to compress and encrypt files in VB6


    Please help - can any one tell me How to compress and encrypt files in VB6?
    Thanks.

  2. #2
    Greg Jordan Guest

    Re: How to compress and encrypt files in VB6

    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.




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links