I\'m essentially preparing phrases to be put into the database, they may be malformed so I want to store a short hash of them instead (I will be simply comparing if they exi
CRC32 is faster, but less secure than MD5 and SHA1. There is not that much speed difference between MD5 and SHA1.