<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Techie Blog &#187; IT</title>
	<atom:link href="http://www.virtualict.co.uk/wp/archives/category/it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.virtualict.co.uk/wp</link>
	<description>virtualict from Datasoft ICT Ltd.</description>
	<lastBuildDate>Thu, 17 Feb 2011 09:43:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>SQL Injection attacks</title>
		<link>http://www.virtualict.co.uk/wp/archives/91</link>
		<comments>http://www.virtualict.co.uk/wp/archives/91#comments</comments>
		<pubDate>Tue, 09 Nov 2010 07:56:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.virtualict.co.uk/wp/?p=91</guid>
		<description><![CDATA[Sql Injection attacks and how to try to avoid them <a href="http://www.virtualict.co.uk/wp/archives/91">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The recent attack on the Royal Navy site using SQL Injection techniques is a timely reminder to anyone still leaving their database unprotected.</p>
<p>The good news is you can quite easily reduce the risk of an injection attack. They take place when a site allows data input fields on a form access to basic SQL commands. By adding extra words to the end of a form input field SQL statements can be run in addition to the original designed statement. These commands can be quite simple for example, firstly select a list of tables, then select the data in the tables. As this operates at the database layer a connection has already been made by the software to the database so login details aren&#8217;t required.</p>
<p>There are simple functions that use basic escape mechanisms to protect the data input. The most common  is escaping the data, which may not be the strongest security measure. The input string is read and if the function finds certain characters it will &#8216;escape&#8217; or add a &#8216;\&#8217; character in front of the relevant character. There are still ways around this so to be safe the query to the database should be ‘parameterized’ that is the input string is broken up and selected parts are passed to the SQL query. Basic functions exist in most programming languages to do this task.</p>
<p> Better yet, and good practice anyway, is to use stored procedures as these are totally parameterized. It isn’t particularly complicated, but it is a bit of a pain to do … if in doubt ask your web designer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualict.co.uk/wp/archives/91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security starts at home</title>
		<link>http://www.virtualict.co.uk/wp/archives/40</link>
		<comments>http://www.virtualict.co.uk/wp/archives/40#comments</comments>
		<pubDate>Thu, 23 Sep 2010 09:17:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.virtualict.co.uk/wp/?p=40</guid>
		<description><![CDATA[As soon as the dust settles on one crisis story about internet security, another pops up. As developers we are on scores of mailing lists, and it is no surprise to find that the bulk of our alerts come from &#8230; <a href="http://www.virtualict.co.uk/wp/archives/40">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As soon as the dust settles on one crisis story about internet security, another pops up.</p>
<p>As developers we are on scores of mailing lists, and it is no surprise to find that the bulk of our alerts come from the security business sector. Usually alomg with a &#8216;cure&#8217; for the particular ailment. It seems to be a bit like going to the Doctor and being advised to take cough medicine from his own brand medicines, even if you only went with a sore foot.</p>
<p>It is pity really, as it can take a bit of time to sort the wheat from the chaff, or coughs from the limps.</p>
<p>The key theme that comes through again and again is that you must keep yourself secure, regular password changes, careful of the type of data you put out onto the internet, check privacy policies etc..</p>
<p>For those of you who might remember Hill Street Blues the phrase goes &#8211; &#8216;Let&#8217;s be careful out there!&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualict.co.uk/wp/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How safe is your phone?</title>
		<link>http://www.virtualict.co.uk/wp/archives/19</link>
		<comments>http://www.virtualict.co.uk/wp/archives/19#comments</comments>
		<pubDate>Fri, 13 Aug 2010 09:56:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.virtualict.co.uk/wp/?p=19</guid>
		<description><![CDATA[After years of hacking, phishing and other malware in PC&#8217;s, the criminal fraternity has moved onto mobiles in a big way. Using the same tools as we use for our modem development software it is poosible to create an app &#8230; <a href="http://www.virtualict.co.uk/wp/archives/19">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After years of hacking, phishing and other malware in PC&#8217;s, the criminal fraternity has moved onto mobiles in a big way.</p>
<p>Using the same tools as we use for our modem development software it is poosible to create an app that steals your data.</p>
<p><a href="http://www.bbc.co.uk/news/technology-10912376">http://www.bbc.co.uk/news/technology-10912376</a></p>
<p>The main reason for this is that there is one key difference between PC and mobile hacking. With a PC the user needs to be enticed to a web site to download something onto the PC. It might be a key logger or phishing scam that offers a tax return/lottery win etc. However, on a mobile the connection to your finances is already made as everything you do on a mobile has a charge.</p>
<p>This is the reason why mobiles are so at risk; your mobile could download an app that uses your credit to dial premium rate numbers and you won&#8217;t find out until your next bill. The &#8216;money&#8217; already exists to be taken.</p>
<p>Moral of the story &#8211; Don&#8217;t buy illegal apps. It is said that up to 90% of certain apps on mobiles are illegal downloads &#8211; that is one vulnerability. Code can be inserted into current popular apps and then offered for free, with the extra code and none of the protection of purchasing from the legal supplier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualict.co.uk/wp/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At last – a use for football?</title>
		<link>http://www.virtualict.co.uk/wp/archives/16</link>
		<comments>http://www.virtualict.co.uk/wp/archives/16#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:24:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.virtualict.co.uk/wp/?p=16</guid>
		<description><![CDATA[I was trying to explain why an internet page used &#8216;F&#8217; as part of the colour designation. &#8220;it&#8217;s because it is a hex number&#8221; I unhelpfully suggested. &#8220;How can F be a number?&#8221; was the instant reply. I was surprised as this &#8230; <a href="http://www.virtualict.co.uk/wp/archives/16">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was trying to explain why an internet page used &#8216;F&#8217; as part of the colour designation. &#8220;it&#8217;s because it is a hex number&#8221; I unhelpfully suggested. &#8220;How can F be a number?&#8221; was the instant reply.</p>
<p>I was surprised as this was a technically savvy user. So I tried to explain the rationale behind using &#8216;labels&#8217; on a set of binary combinations and realised that I learnt hex as a Unix user as part of the package without really thinking too deeply.</p>
<p>It all stems from Binary, and I suggested that he think about the World cup, 1 winner, 2 finalists, 4 semi-finalists, 8 quarter-finalists, 16 round qualifiers, 32 top of pool teams. Each step is a doubling (or halving) of the teams. So in the same way we have in &#8217;colums&#8217; 1,2,4,8,16,32.</p>
<p>The real trick though is understanding that binary is not a left-to-right read. It is a right-to-left read so the world cup draws would actually be 32,16,8,4,2,1</p>
<p>If you want to express the world cup winner in a way that is simple, take the first &#8216;column&#8217; and turn this from 0  to 1. As there are two finalists you make the first column 0 and the second 1 making a representation of 10. Third would be a 1 + 2 so that would represented as 11.</p>
<p>This continues and as you add more teams you may want to represent the whole 32 so you can position every team. Therfore to be fourth becomes 100 and so on. Twentieth is 16 + 4 so 10100. Thinking of it in that sense let him see that 16 isn&#8217;t actually a number, but a state, a &#8216;label&#8217; for a binary code of 10000. It also helped him understand the funny numbers used, 512 1024 etc. in computing terms. It is a lot easier to put F on a keyboard input than 010000.</p>
<p>So as a Rugby Union fan I can at last say that football does indeed have some use!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualict.co.uk/wp/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

