On Sat, 18 Jun 2011 04:34:55 -0700, mzagu...@gmail.com wrote:

> I am wondering what your strategies are for ensuring that data
> transmitted to a website via a python program is indeed from that
> program, and not from someone submitting POST data using some other
> means.
> Any remedy?

Supply the client with tamper-proof hardware containing a private key.

Either that, or just accept that it cannot be done. Compare the amount of
effort game developers put into trying to implement tamper-proofing in
software with how little success they've had.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to