Skip to main content

Why bluring image information online isn't enough

So you decide to post a scan of a cheque (check) or a credit card or perhaps even a picture of a travel bug (for the geocachers in the crowd) and you blur out the important number(s). Well with scripting and storage the way it is these days that doesn't really cut it.

Picture someone creating a "dictionary" of pictures with sequential blurred numbers to check against. This would be very much akin to a standard dictionary attack where all the words are passed through the same one way hash and compared against your one way hash. (Create all the possible iterations of the image, blur and compare against your image).

Get the whole story here > http://dheera.net/projects/blur.php.

In the future, black out the number(s) (make sure you don't have multiple layers).

Comments

Evolving Squid said…
Yes, I always use black or flat-out erasure.

Popular posts from this blog

Something that perplexes me....

I just came across this bit about asteroid Apophis and the chances of it impacting earth . "NASA scientists have recalculated the path of a large asteroid known as Apophis and now say it has only a very slim chance of banging into Earth.. The Apophis asteroid is approximately the size of two-and-a-half football fields, and updated computational techniques and newly available data indicate the probability of an Earth encounter on April 13, 2036 for Apophis has dropped from one-in-45,000 to about four-in-a million, NASA stated." So here's the bit that rubs me wrong: "four-in-a million". Why not say "one-in-250,000". If the authors are really stuck on the whole "four-in" thing then they should have said four-in-180,000 to start with. I really find inconsistencies like this baffling, I wish I knew the author and could understand what they hoped to gain by reporting the number in this way.

Coming to a flight near you....."What to do when your aircraft is hit by flaming space junk"

And you always thought flying was the most safe form of travel. "'The pilot of a Lan Chile Airbus A340 ... notified air traffic controllers at Auckland Oceanic Centre after seeing flaming space junk hurtling across the sky just five nautical miles in front of and behind his plane...'" Space Debris Narrowly Misses Airliner That's just messed up, I mean I knew that space junk posed a threat for our satellites, rockets, the shuttle, ISS, etc but having to worry about it entering the atmosphere just sucks. I mean yay one less thing for our extra-atmospheric endeavors to collide with but still messed up. I wonder if my house insurance covers "impact from flaming space debris". I know I get most bizarre "act of god" type things but that's pushing it.

Keyboard Shortcuts (Part II)

Continuing from my previous post on Keyboard Shortcuts : Windows Desktop/Explorer Window: F1 > Open Windows Help (Or active application help if you aren't on the desktop or in windows explorer) F2 > When you have a file selected F2 will take you into Rename mode F3 or WinKey + F > Open the find file or folder applet F5 > Refresh Window WinKey + M > Minimize All Windows WinKey + shift + M > Restore All Minimized Windows WinKey + D > Show Desktop WinKey + L > Lock Windows (Not available before WinXP) WinKey + E > Launch Windows Explorer WinKey + B > Set Focus to the TaskBar (dunno why you'd want to do this) WinKey + ctrl + F > Open the find computer applet shift + delete > Permanently remove a file (same as delete followed by empty trash) alt + tab > Cycles through your program list alt + shift + tab > Cycles backwards through your program list alt + space > Activate the window control menu (same as right clicking the icon in the top l...