Tagged Questions

39
votes
22answers
664 views

Detecting database tampering, is it possible?

Hi everyone, Long time listener, first time caller. 'Say you have a database table that is responsible for logging user activity. The integrity of this log is important, so you w …
0
votes
3answers
30 views

Pass data from page to page safely

I am looking forward for a method to pass data from page to page safely and avoid as It's possible the tampering. The best way to solve it, is to save the sensitive data on db …
0
votes
0answers
65 views

Why can I tamper the file? [closed]

Hi! To demonstrate the usefulness of signatures and digital fingerprints I loaded mspaint into a hex editor and altered one character from P to X (the character was located in a st …
0
votes
1answer
172 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 …
0
votes
3answers
252 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 pre …