Earlier quoted context omitted.
People blur to maintain the general look of the original image. Having black boxes everywhere is jarring. Honestly, I don't think the lesson has to be "don't blur"... it can just be "blur enough". If I blur something out, I just use a radius big enough to erase all of the information.
People blur to maintain the general look of the original image. Having black boxes everywhere is jarring. In that case, why not erase the numbers and replace them with random digits?
Why blurring sensitive information is a bad idea
21–30 of 43 posts
Re: Why blurring sensitive information is a bad idea
#22Here's a tip: if you do blur, don't use mosaic. Use the blur tool.
Re: Why blurring sensitive information is a bad idea
#23Also be sure to strip EXIF data since it can contain an original thumbnail. Not all image editors update the thumbnail with changes.
Re: Why blurring sensitive information is a bad idea
#24Earlier quoted context omitted.
But that's for debit cards - I think most banks include the account number in a debit card number. You would still need the CCV number from the back of the card for the attack to work.
CCVs aren't always required for transactions.
Re: Why blurring sensitive information is a bad idea
#25Earlier quoted context omitted.
But that's for debit cards - I think most banks include the account number in a debit card number. You would still need the CCV number from the back of the card for the attack to work.
I haven't noticed any other bank which had the same practice. Also, not all online merchants use CCV. Also consider the risk of creating fake physical CCs, no address or CCV necessary.
Re: Why blurring sensitive information is a bad idea
#26Re: Why blurring sensitive information is a bad idea
#27Re: Why blurring sensitive information is a bad idea
#28Re: Why blurring sensitive information is a bad idea
#29Blacking out the section entirely is the only proper way, since you really want to be sure you are destroying the information in the image, not just dispersing it.
Even then, if you are removing a single digit it can be partially recovered by observing kerning statistics, etc.
Re: Why blurring sensitive information is a bad idea
#30I dont think he is stressing the ease of doing this with credit card numbers. The sample space he is suggesting generating is far too large... You can usually identify the first several digits simply by the issuing organization, as they all use standardized numbers, the remaining digits must pass a certain checksum algorithm. So really generating a bunch of valid cc numbers is quite trivial. Matching exp dates with n…
Bank of America uses a horrible method for generating debit card numbers. It's a standard prefix + account number + sequence number + check digit. If you have stolen someone's BofA debit card number then you can easily guess the replacement card's number (just increment the sequence number and recalculate the check digit). From there you just need to guess the expiration date (a comparatively trivial task).