I have a commenting app that requires that the item id, and content type id be passed through the form.
This works fine, but i would like to encrypt that data to make it a little more difficult for people to programatically submit the form. Does anyone have any info on how to encrypted form data? I know how to hash it using MD5, and SHA1, etc... but that is only a one way hash. I dont want to have to loop through all of the possible values to compare the hashes as that could get to be expensive. Any suggestions? mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---