Reverse OCR
51–60 of 92 posts
Re: Reverse OCR
#52What (if anything) is this saying about the quality of the OCR process? Especially since none of these seem human readable.
Re: Reverse OCR
#53What (if anything) is this saying about the quality of the OCR process? Especially since none of these seem human readable.
Re: Reverse OCR
#54Re: Reverse OCR
#55> Type over this text to prove that you are a computer.
> Human detected. Shoo, shoo!
Re: Reverse OCR
#56Earlier quoted context omitted.
And? It still has key sizes, the enemy still knows the system.
Disclaimer: [1] From what I understand, ideally stego would be used in conjunction with encryption. First, you would encrypt your message, then you would use stego to hide it. If the stego is good, it would be a computationally intractable problem[2] for your adversary to determine whether there was indeed a message hidden within the data they were analyzing, with greater than 50% accuracy. That said, I'm not sure ho…
Re: Reverse OCR
#57Re: Reverse OCR
#58Earlier quoted context omitted.
Steganography is solidly a "security through obscurity" thing. Sure, we comp-sci people don't care about that, but spies do. There was that Russian Spy who was transmitting data for years on her Facebook account through steganography pictures on her Facebook account. http://www.technologyreview.com/view/419833/russian-spies-us... The FBI didn't know about it until after she was caught. So believe it or not, Steganogr…
> Steganography is solidly a "security through obscurity" thing. I never really understood why is it so. Encrypted data must be indistinguishible from random, thus, if you replace any random projection of a file with your data, the result should be completely unrecognizable. It shouldn't really matter if your algorithms are public. Is the problem that it's hard to get random projections from modern data? If so, why n…