Earlier quoted context omitted.
It's not. There's never going to be a tool that does this with black bars. The only benefit I can think of is legitimacy. Having something blurred there suggests that there was actually something there.
Black bars alone may still leak info. First, if you add black bars on your own and don't use professional redaction features of software, you might miss the OCR text layer of the PDF, or the bar might be added as a separate object entirely which means it can also be removed later on. Second, if you don't use monospace text, the width of the text you are redacting will reveal information about it. That's why monospace…
A tool for recovering passwords from pixelized screenshots
21–30 of 130 posts
Re: A tool for recovering passwords from pixelized screenshots
#22- You know the exact parameters used to render the text
- You can render new text with the exact same parameters
- The pixelated image hasn’t been ruined by color quantization or other destructive compression
Re: A tool for recovering passwords from pixelized screenshots
#23Relatedly (and this is probably not surprising to anyone here) if you draw a black box on a PDF file to cover sensitive information, chances are a simple screen reader will still able to extract the information just fine.
Re: A tool for recovering passwords from pixelized screenshots
#24Why is pixelation preferable to a big black obliterating box? To me, it seems like a lot of wasted time and effort and potential arms race between encoders and decoders and the risk of being exposed when you could just put a big black box over whatever you wish to obscure.
Only reason I can think of: Pixelation has a more elegant touch than covering everything with a box (be it black, or some better suited color). Took a while to convince people to not use a bit of gaussian blur, because it's insecure. Well, ready for round 2...
One that will shuffle around or maybe just randomly derive the pixelated blocks if they're within a certain color threshold of similarity?
I still generally like pixelation over drawing a box for aesthetic purposes.
Re: A tool for recovering passwords from pixelized screenshots
#25Re: A tool for recovering passwords from pixelized screenshots
#26I think one of the reasons people use blurring/pixelation is that it looks nicer than black boxes.
Wondering if it would make sense to build a tool that renders a pixelated version of lorem ipsum or something like that. It would be secure while also looking good.
Re: A tool for recovering passwords from pixelized screenshots
#27Re: A tool for recovering passwords from pixelized screenshots
#28Is "pixelized" the norm somewhere? I'm used to "pixelated."
could it be that the author's first language is not English? "pixelized" sounds like a literal translation of the French word for "pixelated".
Re: A tool for recovering passwords from pixelized screenshots
#29Re: A tool for recovering passwords from pixelized screenshots
#30Earlier quoted context omitted.
Only reason I can think of: Pixelation has a more elegant touch than covering everything with a box (be it black, or some better suited color). Took a while to convince people to not use a bit of gaussian blur, because it's insecure. Well, ready for round 2...
What stops one from making a more secure pixelation algorithm? One that will shuffle around or maybe just randomly derive the pixelated blocks if they're within a certain color threshold of similarity? I still generally like pixelation over drawing a box for aesthetic purposes.