Hash code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FishVal
    Recognized Expert Specialist
    • Jun 2007
    • 2656

    #1

    Hash code

    Hi everyone.

    I need a good idea.

    I'm developing database (Access2003, WinXP SP2) for documents storing.
    It is expected that documents will be in PDF format. Particulary I'm meaning scietific articles, patents, technical documents etc.

    Obviously I should implement a mechanism preventing files duplicating.
    A part of it will be generating hash code uniquely identifying file content.

    Does anybody can propose any file hashing algorithm?
  • puppydogbuddy
    Recognized Expert Top Contributor
    • May 2007
    • 1923

    #2
    Originally posted by FishVal
    Hi everyone.

    I need a good idea.

    I'm developing database (Access2003, WinXP SP2) for documents storing.
    It is expected that documents will be in PDF format. Particulary I'm meaning scietific articles, patents, technical documents etc.

    Obviously I should implement a mechanism preventing files duplicating.
    A part of it will be generating hash code uniquely identifying file content.

    Does anybody can propose any file hashing algorithm?
    I don't know if you can use the algorithm discussed in the link, but the article covers all of the issues relating to a document storage and retrieval algorithm.



    http://www.hpl.hp.com/techreports/2005/HPL-2005-42R1.pdf

    Comment

    • FishVal
      Recognized Expert Specialist
      • Jun 2007
      • 2656

      #3
      Originally posted by puppydogbuddy
      I don't know if you can use the algorithm discussed in the link, but the article covers all of the issues relating to a document storage and retrieval algorithm.



      http://www.hpl.hp.com/techreports/2005/HPL-2005-42R1.pdf
      Thank you very much.
      This is really useful stuff.

      Comment

      • puppydogbuddy
        Recognized Expert Top Contributor
        • May 2007
        • 1923

        #4
        You're welcome. Interesting application. Glad I could help.

        Comment

        Working...