In some cases, coloring over parts of the image might still not be enough. Specifically, when all of the following are true: (i) the domain of possible entries is reasonably small (e.g., a number or a name and surname), (ii) the text is printed in a proportional (not fixed-width) typeface, and (iii) enough of the rest of the line is visible to infer the font size and kerning settings.
Why blurring sensitive information is a bad idea (2007)
51–60 of 131 posts
Re: Why blurring sensitive information is a bad idea (2007)
#52In some cases, coloring over parts of the image might still not be enough. Specifically, when all of the following are true: (i) the domain of possible entries is reasonably small (e.g., a number or a name and surname), (ii) the text is printed in a proportional (not fixed-width) typeface, and (iii) enough of the rest of the line is visible to infer the font size and kerning settings.
Actually, using fixed-width would be even easier since it reveals the length.
Re: Why blurring sensitive information is a bad idea (2007)
#53Not really. You would need to have a copy of an uncovered version to know how many lines of text, font size, kerning et al.
Other documents provide their own context - they have a lot of other text - that you can use to get font, font size and spacing and etc.
Re: Why blurring sensitive information is a bad idea (2007)
#54I feel this is also very relevant http://en.wikipedia.org/wiki/Christopher_Paul_Neil Police took a photo with a "swirl" effect of a paedophiles face and reversed it to reveal a very usable picture. So good in fact he was found and arrested.
He wasn't just a pedophile, he was a child molester.
A phrase I never thought I'd see.
Re: Why blurring sensitive information is a bad idea (2007)
#55Earlier quoted context omitted.
You don't have to go all the way back to the early 2000s to find poorly redacted federal documents. Rachel Maddow had a great segment on botched redactions, like removing the black lines from a PDF. The best solution was to actually cut out the parts of the page you don't want seen and then scan in the result. All other methods are prone to mistakes. Edit: corrected link to segment http://www.msnbc.com/rachel-maddow-…
Would a screenshot work?
Re: Why blurring sensitive information is a bad idea (2007)
#56Earlier quoted context omitted.
You can in fact do this, it is a technique known as Super-Resolution and has been around for at least a decade. http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=5...
That's really cool. I wonder if that could be used to get images of other planets.
Re: Why blurring sensitive information is a bad idea (2007)
#57I feel this is also very relevant http://en.wikipedia.org/wiki/Christopher_Paul_Neil Police took a photo with a "swirl" effect of a paedophiles face and reversed it to reveal a very usable picture. So good in fact he was found and arrested.
Police == 4chan?
Re: Why blurring sensitive information is a bad idea (2007)
#58Earlier quoted context omitted.
Police == 4chan?
Yeah, basically. 4chan's admins have been working with the police for many years because of the questionable shit that gets posted on /b/ (child porn, murder threats/evidence, suicidal posts, etc.) They would have been shut down years ago if they weren't cooperating.
Re: Why blurring sensitive information is a bad idea (2007)
#59A nice Gaussian blur would probably be fine, it's specifically the pixelation technique that's leaking data.
You think the technique mentioned in the article doesn't leak data? It actually leaks more data than a gaussian blur. Gaussian blur suffers from exactly the same problem, although a different difference function is needed for it.
> You think the technique mentioned in the article doesn't leak data?
yes, I do think it leaks data, which was the correct half of my comment, actually.Not that it matters now, but I always assumed blurring distorted the data in way way that would make it hard to recover in practice.
Re: Why blurring sensitive information is a bad idea (2007)
#60A nice Gaussian blur would probably be fine, it's specifically the pixelation technique that's leaking data.
It will be worse than that. Pixellation destroys information, it's not reversible in general. But in this case, what is left is enough for recovery, as source domain (check number) is small. Gaussian blur is theoretically lossless (rounding loss and loss on image edges in practice) - you can take arbitrary image, blur it, reverse and get original+noise