Results 1 to 4 of 4

Thread: What is Hashing or Hashing Function?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Posts
    73

    What is Hashing or Hashing Function?

    hi all,
    lately, i heard ppl talking about this 'hashing function', 'hashing check' what in the world does that totally means? i got really no idea in that. pls someone, give me a clear explanation on this. thks

    longwar

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: What is Hashing or Hashing Function?


  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: What is Hashing or Hashing Function?

    Moved to General Developer

  4. #4
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: What is Hashing or Hashing Function?

    We use hash logic in bank transmissions...

    Let's say we want to put the figure 123456 into a file for transmitting. They want to make sure the file arrives without any transmission errors and that the 123456 came across cleanly.

    You can add the digits 1+2+3+4+5+6 = 21 and then put the "last" digit of the "hash" 21 onto the string - making 1234561 be the transmitted value.

    Now when reviewing the figure - you take the first 6 digits and make sure the "hash" returns a value ending in "1".

    There are many different ways of doing this - just a simple example...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

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