On Oct 2, 2:31 pm, Bill <[EMAIL PROTECTED]> wrote: > Seems like the SHA hashes are overkill.
Collisions have been found for both sha0 and md5. I guess the minimal usable hash function is sha1 for now. In python hashlib uses openssl which should be reasonable fast. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
