Hi Dmitry,

>> As far as cHash is concerned instead of doing an MD5 hash you could
>> simply do CRC32() in mysql.

DD> Yes, crc32 function also exists in the PHP. But I doubt that 32
DD> bits is enough for many possible combinations of URLs.

I think the same.

Unfortunately MD5 does not guarantee uniqueness as well.
By it's nature it purpose to verify integrity of hashed messages. Not
to generate unique values.

But of course crc32 was made for the same purpose and it is worse then MD5.


-- 
Dmitry Martynenko
Developer

Web: http://realt.by

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to