How to find out a Checksum Algorithm?

Hi everyone,

im looking for someone who can or like to find out a checksum Algorithm.
I dont know the Algorithm but have the checksum`s.
It is for a simple program that uses the checksums to register objects into it.
I tryed to ask the makers of that program but it looks like they not working anymore.

Any help or idea where (forum) to ask?

Main checksum: 1725827
Numbers: 3

checksum 1: 1525566

checksum 2: 1528956

checksum 3: 2312746

greatings Owi


Last edited on
noone a idea?
There are a number of checksum and hash algorithms. If you are using this for what amounts to a hash map, you should consider using the Boost Hash library. http://www.boost.org/doc/libs/1_46_1/doc/html/hash.html
Thx for the answer but im not that far into programming. The link says almost nothing to me on the first view of it :D
Im a graphican and all i know is that if i wanna add one of my created objects into that programm i have to register it via checksum in a file with a format .xli. If i had the algorithm i can do that. Thought there is may a kind program that searches through all aveable algo`s if you insert the checksums. Mean i have the final sum and all counted checksums. Must be a way to find the algorithm!?

Last edited on
Topic archived. No new replies allowed.