<?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>MDBitz Security and Authentication Framework</title>
	<atom:link href="http://security.mdbitz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://security.mdbitz.com</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 00:40:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MDSecurity Framework 0.2 released!!</title>
		<link>http://security.mdbitz.com/2010/02/mdsecurity-framework-0-2-released/</link>
		<comments>http://security.mdbitz.com/2010/02/mdsecurity-framework-0-2-released/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 00:40:17 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[MDSecurity]]></category>
		<category><![CDATA[PHP Authentication]]></category>
		<category><![CDATA[PHP Framework]]></category>
		<category><![CDATA[PHP Security]]></category>

		<guid isPermaLink="false">http://security.mdbitz.com/?p=69</guid>
		<description><![CDATA[Version 0.2 of the MDSecurity Framework has been officially released.  This release focused mainly on the support of database interactions through the use of PHP Database Objects (PDOs). In this release you will find a new Database Access Control to verify the user login against values in a database, as well as a new [...]]]></description>
			<content:encoded><![CDATA[<p>Version <strong>0.2</strong> of the <strong>MDSecurity Framework</strong> has been officially released.  This release focused mainly on the support of database interactions through the use of <em>PHP Database Objects</em> (PDOs). In this release you will find a new Database Access Control to verify the user login against values in a database, as well as a new Session Handler allowing you to save session information into your database instead of to a file on the server. To view samples simply download version 0.2 from the <a href="http://security.mdbitz.com/downloads/">downloads page</a> the DB-Basics example shows how to configure and utilize the new functionality.</p>
<p>With the basics in place, our next focus will be on streamlining the Authentication and Permissions functionality. Thanks and Enjoy the <strong>MDBitz Security and Authentication Framework</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://security.mdbitz.com/2010/02/mdsecurity-framework-0-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDSecurity &#8211; A PHP Security and Authentication Framework</title>
		<link>http://security.mdbitz.com/2010/02/mdsecurity-a-php-security-and-authentication-framework/</link>
		<comments>http://security.mdbitz.com/2010/02/mdsecurity-a-php-security-and-authentication-framework/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:54:30 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[MDSecurity Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Session]]></category>

		<guid isPermaLink="false">http://security.mdbitz.com/?p=1</guid>
		<description><![CDATA[A very common requirement for any website is to have a secured page or section that is only accessible to limited users. To ease this task for developers I have put together the MDBitz Security and Authentication Framework. This framework not only contains the ability to verify a user&#8217;s name and password, but also contains [...]]]></description>
			<content:encoded><![CDATA[<p>A very common requirement for any website is to have a secured page or section that is only accessible to limited users. To ease this task for developers I have put together the <strong>MDBitz Security and Authentication Framework</strong>. This framework not only contains the ability to verify a user&#8217;s name and password, but also contains support for encryption, session handling, and advanced session verification.</p>
<p>To put it simply this stand alone framework allows you to fully secure your php website page(s) without forcing you to change your coding style or habits.</p>
]]></content:encoded>
			<wfw:commentRss>http://security.mdbitz.com/2010/02/mdsecurity-a-php-security-and-authentication-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

