Results 1 to 6 of 6

Thread: Using collate hash in C

  1. #1
    Join Date
    Dec 2009
    Posts
    50

    Using collate hash in C

    I need to create an application in which i want to store user's login name as well as the password. I came to know about the hash function. Hence i think that this is a good idea if i use the collate::hash for the purpose of storing the string based password? Can you tell me for what purpose collate::hash is used exactly

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Using collate hash in C

    The hash functions are made in order to use it with the hash table and i will tell you to avoid the use of the collate hash function since it is not made of cryptographic use. Basically they are used to speed up the table lookup that is for searching he data fast. Some times the hash functions overlaps each other and hence i would not advice you to use the hash function.

  3. #3
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Using collate hash in C

    The hash function is used to convert or compress a large size of data in to a small datum it uses a single integer to serve as an index to an array. Note that the values returned by the hash function are known as hash values, hash codes, hash sums, or simply hashes. Lastly it can be used for a faster lookup throughout the data.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Using collate hash in C

    I have myself used the collate::hash function in my program for the purpose of storing a hash of a password instead of the password. In other words i can say that the collate::hash function can be used for additional security because the data which is stored in the hash table is not stored in the string format but in some hash value.

  5. #5
    Join Date
    Nov 2005
    Posts
    1,323

    Re: Using collate hash in C

    It is a very good utility of the c language because if you store a data in the string form if any body hacks your system he will be able to access all your data but if you use the collate::hash function. All the data will be converted to the corresponding hash values. The attacker cannot access the data pretty easily.

  6. #6
    Join Date
    May 2008
    Posts
    2,389

    Re: Using collate hash in C

    Mostly the hash functions are used widely in cryptographic hash functions, error correcting codes etc. But they are used mostly for speeding up table lookup. You can use the collate::hash function for converting all your confidential data in to hash values to prevent hacking or unwanted acces.
    Last edited by opaper; 29-01-2010 at 08:56 PM.

Similar Threads

  1. How to disable the collate option in Micorsoft Excel
    By Wisaal in forum MS Office Support
    Replies: 4
    Last Post: 03-02-2012, 07:34 PM
  2. Windows 98 SE Hash
    By Visitator in forum Operating Systems
    Replies: 5
    Last Post: 17-04-2011, 10:26 AM
  3. Hash map in flex
    By TanujC in forum Windows Software
    Replies: 6
    Last Post: 11-07-2010, 12:21 AM
  4. Twitter hash tag
    By Sacchidananda in forum Off Topic Chat
    Replies: 3
    Last Post: 11-07-2009, 08:22 AM
  5. How To Hash in vb.6.0 . . .
    By nanakofiboafo in forum Software Development
    Replies: 2
    Last Post: 13-03-2009, 09:34 PM

Tags for this Thread

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
  •  
Page generated in 1,713,505,067.97511 seconds with 17 queries