Forum Moderators: coopster
[thecodeproject.com...]
"The CRC32 algorithm can easily be brute forced in minutes. For security applications use MD5, SHA1, SHA256, SHA384, or SHA512..."
being on a shared server I try to use functions with lower cpu impact.
I'm just not sure how to go about benchmarking something like this so was wondering if either crc32 or md5 had any advantage over the other in terms of processing speed, cpu usage, uniqueness, and accuracy.
This value will be generated on every page request.
If you have zillions of pages you could run into a hash conflict - I don't know the numbers, but I'd imagine the chances of such a conflict would be minimal if you just have a few thousand pages.