Jump to content

I'm interested in creating my own hashing algorithm


aeroswat

Recommended Posts

http://www.kremlinencrypt.com/algorithms.htm

 

Your best bet is to read a cryptography book and think about the algorithm you want to use.  Generally, they perform multiple replicate-able calculations on a string to generate the most unique collisions.  So are you looking for a simpler algorithm(ie less processor intensive), or are you looking to decrease the number of collisions?  If you are looking for the former, then I'm sure you can find a pretty cheap and quick way to hash using arbitrary functions.  If you are looking to conserve space while decreasing collisions, you are going to need to devote years of research in the subject.

 

Cheers.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.