Results 1 to 4 of 4

Thread: Looking for a checksum generator

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Location
    Holland
    Posts
    4

    Question Looking for a checksum generator

    Hi everybody,

    I'm looking for a fast 32 bit checksum generator in VB for large files (1 MB). Can anybody help me?
    Thanks

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Yeah there's a class to deal with that in the .net framework...


    Look under System.Security.Cryptography and find the HashAlgorithm class. Look it up in the Help...Index, dead easy to use.

    1Meg is small fry to this class, it eats 50MB for breakfast.
    I don't live here any more.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Location
    Holland
    Posts
    4

    Thumbs up

    Hi Wossname,

    Thanks for your input. I'll check out the site.

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    No, not a site, I mean the namespaces in .net.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width