Check out TextSecure whilst you're there if you want to protect your SMS storage and transmission with public key encryption.
http://www.whispersys.com/support.html#8
Moxie Marlinspike is the guy behind it, and he has a pretty good reputation. But yeah, you might want to wait until the source is available and compile your own.
Wasn't that long ago (j10 years?) that only governments and large businesses could do that.
Which sort of implies that some of them probably were.
Painful to see that kind of logic applied.I assume the "hash" chain for the tables is generated by picking a random key to seed the cipher, advancing it to the position of the known plaintext, XORing with said plaintext, and using the ciphertext as the next element's key. (or at least using it to derive the next key) Unless I've missed something, the fact that it's a stream cipher seems to make it easier to target specific known bits, not necessarily whole bytes.