Want a Christmas present to keep your family comms safe during the apocalypse?
ok. Take a photo of some trees. Cut a 100x100 pixel area and save that as a bmp stamp. Put one stamp on lap top a and one stamp on lap top b.
Every byte you send with lap top a add the pixel value as you go across line by line then start again at the top.
On lap top b, every byte you receive subtract the pixel value as you go across line by line one pixel at a time of the stamp copy. Unbreakable, only
those two computers can decode the data. Not in a bajillion years could anyone else ever decode that data. And wi fi can be hacked by a teenage punk
with a thumbnail drive in 5 seconds with a couple utilities had on the net, but its almost impossible to hack a simple telephone com chat program and
impossible to intercept that message. 35 years of computing taught me a couple things at least.
Thats your wife and daughter there on that island hiding. So when they log onto your computer in the city, they don't use a password. Passwords can be
cracked. That computer first sends that stamp. If that stamp matches, ok, you are logged in. If that stamp doesn't match, you are disconnected.
The same goes if you want to access your remote pc on a mountain that is running the server. Although who cares about it.
Your family is more important.
So that computer sends the stamp, the stamp matches, you are logged in, now every byte is encoded with that stamp. If, your daughter uses 10,000
exclamation marks in one post, they might get the stamp.
(10,000 repeated characters will mirror the stamp) so if you are extremely paranoid, scramble the stamp first with a small math algorithm so it no
longer looks like trees and then even if they see the stamp, it will look like random noise. You know, x3 div 2 the stamp and save it using a utility
you made.
Yes this requires some basic programming skills but you could do it in visual basic even.
Or Delphi which would be probably best for this.
You can download a free com program with source, a simple one, add that and presto! You are super safe.
edit on 16-10-2011 by Rocketman7 because: more info