Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Data Compression(deflate) using VB6

Data Compression(deflate) using VB6

Scheduled Pinned Locked Moved Visual Basic
algorithmssecurityquestion
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    ksandy45
    wrote on last edited by
    #1

    hi I am not able to find the exact meaning of data compression algorithm(i.e deflate). is it any way related to data encryption or just creating an archive file? i have to implement this using the VB6. so please suggest me the best method to do that. Kind Regards Sandy

    P D 2 Replies Last reply
    0
    • K ksandy45

      hi I am not able to find the exact meaning of data compression algorithm(i.e deflate). is it any way related to data encryption or just creating an archive file? i have to implement this using the VB6. so please suggest me the best method to do that. Kind Regards Sandy

      P Offline
      P Offline
      Paul Conrad
      wrote on last edited by
      #2

      :confused: Are you working with data compression or data encryption?

      K 1 Reply Last reply
      0
      • K ksandy45

        hi I am not able to find the exact meaning of data compression algorithm(i.e deflate). is it any way related to data encryption or just creating an archive file? i have to implement this using the VB6. so please suggest me the best method to do that. Kind Regards Sandy

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        The best way to do it is to look for a component that will do it for you. Google results[^] for "vb6 data compression .zip". Dave Kreskowiak Microsoft MVP - Visual Basic

        1 Reply Last reply
        0
        • P Paul Conrad

          :confused: Are you working with data compression or data encryption?

          K Offline
          K Offline
          ksandy45
          wrote on last edited by
          #4

          Paul Conrad wrote:

          Are you working with data compression or data encryption?

          Hi its actually kind of doing both with the name of data compression. but i am not sure wat data compression actually means. 1) encrytping data to make the file size less? 2) Zipping it inorder to reduce the file size? What exactly it is? Kind Regards Sandy

          P 1 Reply Last reply
          0
          • K ksandy45

            Paul Conrad wrote:

            Are you working with data compression or data encryption?

            Hi its actually kind of doing both with the name of data compression. but i am not sure wat data compression actually means. 1) encrytping data to make the file size less? 2) Zipping it inorder to reduce the file size? What exactly it is? Kind Regards Sandy

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #5

            Data compression is to make the data smaller, reducing the size in memory or in a file. Data encryption is securing the data so unauthorized people cannot view the data. You can have both work together. For example, compress the data first, and then encrypt the compressed data. To undo the action I've just mentioned, you'd then decrypt the data and then uncompress the data for viewing, processing, etc. There are plently of compression libraries that can be googled and articles on this site. Hope this helps, Paul

            K 1 Reply Last reply
            0
            • P Paul Conrad

              Data compression is to make the data smaller, reducing the size in memory or in a file. Data encryption is securing the data so unauthorized people cannot view the data. You can have both work together. For example, compress the data first, and then encrypt the compressed data. To undo the action I've just mentioned, you'd then decrypt the data and then uncompress the data for viewing, processing, etc. There are plently of compression libraries that can be googled and articles on this site. Hope this helps, Paul

              K Offline
              K Offline
              ksandy45
              wrote on last edited by
              #6

              :) Thank youvery much i think i can now be able to do my job. thanks for that suggestion Kind Regards Sandy

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups