<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 18:54:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Joshua Houle's Blog: Easy PHP en/decryption tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/5451</guid>
      <link>http://www.phpdeveloper.org/news/5451</link>
      <description><![CDATA[<p>
On his blog today, <i>Joshua Houle</i> has posted <a href="http://www.joshuahoule.com/">a tutorial</a> that looks at some simple encrpytion/decryption functions that he's whipped up for his everyday use.
</p>
<quote>
<i>
Our first function is our encryption function called createsecretmessage. It takes two arguments, the message we want to encrypt and the <a href="http://en.wikipedia.org/wiki/Key_%28cryptography%29">key</a>. The second function is the decryption function. It also takes two arguements, the encrypted message and the key.
</i>
</quote>
<p>
Before he even gets into the code, he explains how the encryption portion of it works, complete with a chart representing the encryption process. Following this,the two functions are explained, each with their own code to make cut and paste simple.
</p>]]></description>
      <pubDate>Fri, 26 May 2006 06:14:07 -0500</pubDate>
    </item>
  </channel>
</rss>
