TSA redaction fail: hidden text easily readable via copy & paste
wanderingaramean.com
TSA redaction fail: hidden text easily readable via copy & paste
1–10 of 57 posts
Re: TSA redaction fail: hidden text easily readable via copy & paste
#2Googling around, it seems to be a fairly common mistake, going back to at least 2000.
http://www.securityfocus.com/news/7272
Re: TSA redaction fail: hidden text easily readable via copy & paste
#3Cuba, Iran, North Korea, Libya, Syria, Sudan, Afghanistan, Lebanon, Somalia, Iraq, Yemen, or Algeria
Re: TSA redaction fail: hidden text easily readable via copy & paste
#4A PDF file stores a sequence of instructions for what do draw on a page. The instructions are commands, such as "write this text here" or "draw a circle there." When you draw black redaction boxes, you are just appending an instruction to the end of the list ("draw a box here"), but most of the time the previous instructions are all still there.
Really, the only way to redact a PDF with certainty, short of manually reading the file itself (yes, PDF files are text-readable; you just have to decompress them) is to rasterize the file to a large image. Otherwise, the instructions for writing the text are all still in the file, and there are any number of ways to extract them (for example, simply by deleting the instruction to draw the redaction box).
Re: TSA redaction fail: hidden text easily readable via copy & paste
#5Re: TSA redaction fail: hidden text easily readable via copy & paste
#6Re: TSA redaction fail: hidden text easily readable via copy & paste
#7It's helpful to understand a little bit of how a PDF file works. A PDF file stores a sequence of instructions for what do draw on a page. The instructions are commands, such as "write this text here" or "draw a circle there." When you draw black redaction boxes, you are just appending an instruction to the end of the list ("draw a box here"), but most of the time the previous instructions are all still there. Really,…
I suppose the (extremely limited) redaction features in Acrobat stem from the belief that the document is ultimately destined for printing rather than computer reading.