Tagged Questions
3
votes
1answer
1k views
Using Python Mechanize like “Tamper Data”
I'm writing a web testing script with python (2.6) and mechanize (0.1.11). The page I'm working with has an html form with a select field like this:
<select name="field1" size="1">
...
0
votes
3answers
846 views
Python: encryption as means to prevent data tampering
Many of my company's clients use our data acquisition software in a research basis. Due to the nature of research in general, some of the clients ask that data is encrypted to prevent tampering -- ...