<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="News" -->
				<rss  version="2.0">
				<channel>
				<title>Midnight blogging : News</title>
				<link>/myblog/</link>
				<description></description>

<language>en-gb</language>
				<copyright>This site is powered by <a href="http://e107.org/" rel="external">e107</a>, which is released under the terms of the <a href="http://www.gnu.org/" rel="external">GNU</a> GPL License.</copyright>
				<managingEditor>yiangos - yiannis@nospam.com</managingEditor>
				<webMaster>yiannis@nospam.com</webMaster>
				<pubDate>Wed, 08 Sep 2010 16:07:27 +0300</pubDate>
				<lastBuildDate>Wed, 08 Sep 2010 16:07:27 +0300</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<image>
				<title>Midnight blogging : News</title>
				<url>http://yiannis.vavouranakis.gr/myblog/e107_images/button.png</url>
				<link>/myblog/</link>
				<width>88</width>
				<height>31</height>
				<description></description>
				</image>
				<textInput>
				<title>Search</title>
				<description>Search Midnight blogging</description>
				<name>query</name>
				<link>http://yiannis.vavouranakis.gr/myblog/search.php</link>
				</textInput>
						<item>
						<title>Back online</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.45.1</link>
<description><![CDATA[My subscription with lunarpages expired sometime in August. Since we're practically broke (hence the LONG pause in the blog, no free time due to working overtime and double jobs to make ends meet), I decided to shut down my hosting with them, and move the site to a friend's and partner's server.<br /><br />We'll see how this goes.<br />]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Tue, 07 Sep 2010 15:13:46 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.45.1</guid>
</item>
						<item>
						<title>Glad to be of help.</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.44.1</link>
<description><![CDATA[Remember <a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.8.1' rel='external' >this guy</a>? Well, I just finished helping him make his website look spiffy. Anyone reading this blog, go to <a class='bbcode' href='http://www.henningludvigsen.com' rel='external' >http://www.henningludvigsen.com</a> and show him some love. He's a REALLY talented artist!]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Mon, 28 Dec 2009 23:26:30 +0200</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.44.1</guid>
</item>
						<item>
						<title>Querystring obfuscation. my take.</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.43.1</link>
<description><![CDATA[At one point, it was required to obfuscate the data in the querystring. Hiding it (i.e. using different methods to pass data to a page) was not an option, as the pages needed to be able to stand alone (e.g. give a fully functional link for an offer banner). So I built an obfuscation scheme.]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Thu, 27 Aug 2009 02:24:34 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.43.1</guid>
</item>
						<item>
						<title>Towards Steganography III: a class that manipulates RGB colors</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.42.2</link>
<description><![CDATA[In my two previous posts (<a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.40' rel='external' >here</a> and <a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.41' rel='external' >here</a>), I showed how to create two of the components needed for my <a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.39' rel='external' >steganography project</a>. This post is about the part where we manipulate the least significant bits of the RGB components of a pixel.<br />]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Wed, 22 Jul 2009 01:14:00 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.42.2</guid>
</item>
						<item>
						<title>Towards Steganography II: a pseudo-random number generator</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.41.2</link>
<description><![CDATA[I've shown the inner workings of the first essential component for my <a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.39' rel='external' >steganography project</a> in a previous post <a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.40' rel='external' >here</a>. The second essential part is a pseudo-random number generator (PRNG) that's seedable.]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Tue, 07 Jul 2009 02:19:27 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.41.2</guid>
</item>
						<item>
						<title>Towards steganography I: a Brainfuck code generator and interpreter in VB.Net</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.40.1</link>
<description><![CDATA[In order to develop the steganography project <a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.39' rel='external' >I described earlier</a>, I'll need a class that can convert any given text to a Brainfuck program, and also to "run" such a program to reproduce the original text. It turns out, this is not that difficult.]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Mon, 06 Jul 2009 14:52:57 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.40.1</guid>
</item>
						<item>
						<title>Steganography, Brainfuck and other related issues</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.39.2</link>
<description><![CDATA[I've always been fascinated with encryption. And, by always, I mean since the age of 7. That's when I "invented" my first encryption method. Of course, it was neither a new, nor a hard-to-break method (I shifted all vowels by one to the "right" and all consonants by one to the left), but still, it was an encryption method.<br /><br />]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Mon, 06 Jul 2009 02:47:43 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.39.2</guid>
</item>
						<item>
						<title>Button popularity</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.38.2</link>
<description><![CDATA[It seems that my <a class='bbcode' href='http://yiannis.vavouranakis.gr/myblog/news.php?extend.37' rel='external' >custom server-side button control</a> is gaining momentum in the office. Yay!]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Wed, 27 May 2009 00:55:49 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.38.2</guid>
</item>
						<item>
						<title>Custom button ASP.NET 2.0 server control</title>
<link>http://yiannis.vavouranakis.gr/myblog/news.php?item.37.2</link>
<description><![CDATA[At work, I found a frequently occurring scenario: the designers would come up with some button design that's just impossible to represent in an efficient manner with ASP.NET 2.0 controls.]]></description>
<author>yiangos&lt;yiannis@nospam.com&gt;</author>
<pubDate>Sat, 16 May 2009 22:24:05 +0300</pubDate>
<guid isPermaLink="true">http://yiannis.vavouranakis.gr/myblog/news.php?item.37.2</guid>
</item>
				</channel>
				</rss>