<?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>Infusion Technology Solutions Blog&#187; password</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MD5 Password Cracking</title>
		<link>http://blog.infusiontechsolutions.com/md5-password-cracking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=md5-password-cracking</link>
		<comments>http://blog.infusiontechsolutions.com/md5-password-cracking/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 02:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[computer systems]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[md5 hash]]></category>
		<category><![CDATA[md5 hashes]]></category>
		<category><![CDATA[md5 password]]></category>
		<category><![CDATA[md5 password crack]]></category>
		<category><![CDATA[md5 rainbow table]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password string]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[reverse md5]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/md5-password-cracking/</guid>
		<description><![CDATA[A lot of computer systems and applications use standard MD5 hash algorithms to store passwords. Using a straight unsalted MD5 hash of a password in order to store it securely used to be acceptable a few years ago but a recent technique similar to rainbow tables allows someone to recover the password by comparing the [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/md5-password-cracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove the Password or Document Protection on a Microsoft Word Document</title>
		<link>http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 04:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[document protection]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft office xp]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[protection feature]]></category>
		<category><![CDATA[script editor]]></category>
		<category><![CDATA[unprotect document]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[word 2003]]></category>
		<category><![CDATA[word password]]></category>
		<category><![CDATA[word xp]]></category>
		<category><![CDATA[word2003]]></category>
		<category><![CDATA[wordxp]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/</guid>
		<description><![CDATA[These instructions are for the version of Word that comes with Microsoft Office XP or Office 2003. I will explain 3 different techniques so hopefully one of the three techniques will work for you. Technique 1 1. Switch to the HTML code view of the Word document by using Microsoft Script Editor. You can launch [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL &#8211; How to Create an Admin User Account</title>
		<link>http://blog.infusiontechsolutions.com/mysql-how-to-create-an-admin-user-account/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-how-to-create-an-admin-user-account</link>
		<comments>http://blog.infusiontechsolutions.com/mysql-how-to-create-an-admin-user-account/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 18:54:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/mysql-how-to-create-an-admin-user-account/</guid>
		<description><![CDATA[If you want to create an additional admin account for MySQL server, connect to the MySQL server with a MySQL client program and execute the following command: GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION; Change the word &#8220;admin&#8221; to whatever username you want to use for the admin account and [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/mysql-how-to-create-an-admin-user-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Firmware Password Reset</title>
		<link>http://blog.infusiontechsolutions.com/open-firmware-password-reset/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=open-firmware-password-reset</link>
		<comments>http://blog.infusiontechsolutions.com/open-firmware-password-reset/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 14:51:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[of]]></category>
		<category><![CDATA[open firmware]]></category>
		<category><![CDATA[openfirmware]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password reset]]></category>
		<category><![CDATA[pw]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/open-firmware-password-reset/</guid>
		<description><![CDATA[Pre-Intel processor Macs have something called the &#8220;Open Firmware&#8221;. This is roughly equivalent to the BIOS on non-Apple PC computers. You can set a password on the Open Firmware which will prevent people from booting off a CD among other things. Here is how you reset the Open Firmware password: 1. Change the amount of [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/open-firmware-password-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

