<?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>[Re]Encoded.com &#187; Security</title>
	<atom:link href="http://www.reencoded.com/category/various/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reencoded.com</link>
	<description>Web Design and Development Tips, Tutorials and [Re]lated [Re]sources</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:23:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Web Security Isn&#8217;t Scary!</title>
		<link>http://www.reencoded.com/2008/08/01/web-security-isnt-scary/</link>
		<comments>http://www.reencoded.com/2008/08/01/web-security-isnt-scary/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 18:57:08 +0000</pubDate>
		<dc:creator>Guest</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[application security]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://reencoded.com/2008/08/01/web-security-isnt-scary/</guid>
		<description><![CDATA[Security is the lifeblood of any web application and every online business. No matter how hard you work designing a great site, creating high-end content, building a lively traffic stream, and improving every aspect of your online business, it can easily be stolen away if you aren’t protected. Protecting your web presence seems like a [...]]]></description>
			<content:encoded><![CDATA[<p>Security is the lifeblood of any web application and every online business. No matter how hard you work designing a great site, creating high-end content, building a lively traffic stream, and improving every aspect of your online business, it can easily be stolen away if you aren’t protected.</p>
<p>Protecting your web presence seems like a daunting task, but there are simple solutions that any webmaster can do to increase security of their applications.<span id="more-182"></span></p>
<p>One of the most common and easy to exploit security braches is XSS attacks. Rather than targeting the actual server, these attacks target you website visitors. The attackers use vulnerabilities in Applications to add malicious code (usually JavaScript) to change the visitors experience on your site. Some common examples of malicious code include redirecting traffic to another site, changing browser settings and/or downloading ad/spyware, stealing cookie data, and about anything that can be accomplished with JavaScript.</p>
<p>Sometimes a hacker won’t even have to manipulate your code to exploit your scripts. It is vital that application developers scrub all their data and ensure that every piece of data that will be outputted is validated, checked, and sanitized. And while that might seem like a chore, again, it’s fairly simple to ensure your data is safe. Here’s a quick list of things to check in every Application.</p>
<p>1. Validate all input parameters: When you are asking for data on a form, you are expecting a certain type of data. If you aren’t validating your data using you are not only leaving a huge security risk, but you are getting “dirty data”. There are hundreds of tutorials on validating forms. If you don’t know how, go out and figure it out. Note: Don’t only rely on JavaScript validation, especially for applications that allow lots of interactivity. JavaScript is easily broken. Look into isValid() for an easy way to validate data.</p>
<p>2. Another very important element is not allowing HTML to be added in your forms. Allowing HTML to be added opens up numerous security holes. The htmlEditFormat() function should be used on all input parameters to prevent HTML attacks.</p>
<p>3. Be sure to use error handling. Have every error that the script produces be logged and sent to the administrator, especially for your interactive elements of the site. If someone is attempting to break your script, this will allow you to know what they are doing, when they did it, and give you insight on how to keep your site web applications secure.</p>
<p>4. Encrypt your data. Most platforms have built-on encryption tools. USE THEM! There’s really no reason not to, especially for sensitive data like credit cards, social security numbers, and passwords.</p>
<p>While this isn’t a comprehensive list, it does give you a great start and gives you a new outlook on internet security. Remember, it’s up to you to keep your applications safe. Spend the extra few minutes ensuring that your hard work isn’t wiped away.</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href="http://digg.com/submit?url=http%3A%2F%2Fwww.reencoded.com%2F2008%2F08%2F01%2Fweb-security-isnt-scary%2F"class="DiggThisButton DiggCompact"   rel="nofollow"></a>]]></content:encoded>
			<wfw:commentRss>http://www.reencoded.com/2008/08/01/web-security-isnt-scary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Handy Computer and Internet Security Tips and Tutorials</title>
		<link>http://www.reencoded.com/2008/03/16/computer-security-news-tips-and-hacks/</link>
		<comments>http://www.reencoded.com/2008/03/16/computer-security-news-tips-and-hacks/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 02:11:26 +0000</pubDate>
		<dc:creator>McKenna Julilette</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://reencoded.com/2008/03/16/computer-security-news-tips-and-hacks/</guid>
		<description><![CDATA[Most of us never consider that a customs official could confiscate our laptops as we travel across borders, copy information from it and return it to us hours (or days or weeks) later &#8211; but it happens. C&#124;net has created a handy guide for frequent travelers who are concerned about this issue and wish to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://reencoded.com/wp-content/uploads/2008/03/airport-security-hacked.jpg" alt="Airport Security Hacked" /></p>
<p>Most of us never consider that a customs official could confiscate our laptops as we travel across borders, copy information from it and return it to us hours (or days or weeks) later &#8211; but it happens. C|net has created a <a href="http://www.news.com/8301-13578_3-9892897-38.html?tag=nefd.lede#fascism"  title="Computer Security Guide" rel="nofollow">handy guide</a> for frequent travelers who are concerned about this issue and wish to protect their personal or professional data from prying eyes.</p>
<p>OK, so we&#8217;ve all probably considered what it would be like to be one of those poor saps who falls victim to online con artists &#8211; but how many of us have thought about what it would be like to <a href="http://www.infoworld.com/archives/emailPrint.jsp?R=printThis&amp;A=/article/07/10/01/40FE-social-engineering_1.html"  title="Thinking Like an Online Con Artist" rel="nofollow">think like one of these con artists</a>? This &#8216;guide&#8217; takes you on a brief and somewhat disturbing tour of how to approach cons and respond as a con artist would on the internet. Strange but interesting.</p>
<p>In most cases people would like to think they would at least know if they had been hacked even if they were unable to prevent it in the first place. However, many people remain completely oblivious to the fact that things as private and important as their email have become compromised. MakeUseOf has created a guide to <a href="http://www.makeuseof.com/tag/are-you-sure-your-email-isnt-being-hacked/"  title="Digital Tripwires to Protect Your Email" rel="nofollow">making digital &#8216;tripwires&#8217;</a> so you&#8217;ll know if you have been hacked.</p>
<script type="text/javascript">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href="http://digg.com/submit?url=http%3A%2F%2Fwww.reencoded.com%2F2008%2F03%2F16%2Fcomputer-security-news-tips-and-hacks%2F"class="DiggThisButton DiggCompact"   rel="nofollow"></a>]]></content:encoded>
			<wfw:commentRss>http://www.reencoded.com/2008/03/16/computer-security-news-tips-and-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

