We built a simple Twitter client that can post and read steganographic tweets at www.seecret.io using the plaintext steganography library from https://github.com/simpledynamics/seecret<p>One big issue is that Tweets must be 140 characters but the steganography technique expands the message considerably (by a factor of 4 to 5). Our first thought was to just limit the tweets to very short messages. But that's hardly useful. (This whole thing is not really useful but whatever).<p>We decided to chain the message across multiple tweets, and re-stitch them back together when viewing the timeline via the Seecret app.<p>We then considered just making an app for chaining regular tweets this way but really the core of the Twitter appeal is the microblogging aspect. We played with it and found that Really Long Tweets just don't work. Kudos to Twitter for holding that line on that. They get a lot of criticism over that but it's really a core part of their value. (On the other hand, they recently expanded direct messages to be 10,000 characters which was a great move on their part. There's just no reason to limit the direct messages to 140 characters.)<p>The main thing to note here is that this is NOT encrypted. We get a lot of first reactions from lay-persons where they assume that it could be used for nefarious activity. Anyone can view the hidden messages via the Seecret client app. The messages are hidden in other clients (phone and web views of your tweets) but still extractible if you know they are there.<p>Tell us what you think!