<?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>Tue, 21 May 2013 09:26:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ITNewb.com: PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)]]></title>
      <guid>http://www.phpdeveloper.org/news/12608</guid>
      <link>http://www.phpdeveloper.org/news/12608</link>
      <description><![CDATA[<p>
On the ITNewb.com website, there's <a href="http://www.itnewb.com/v/PHP-Encryption-Decryption-Using-the-MCrypt-Library-libmcrypt">this new tutorial</a> looking at using the <a href="http://php.net/mcrypt">mcrypt</a> libraries in PHP to help protect the data being passed around inside your application.
</p>
<blockquote>
The ability to encrypt and safeguard data is an essential ability that every serious web developer should have in their arsenal. In this article we'll explore encrypting data with PHP and MCrypt (libmcrypt), storing it in a database, retrieving it from a database and decrypting it for use.
</blockquote>
<p>
The tutorial walks you through a quick primer on what sort of cryptography the mcyrpt library offers and shows an example of a function (cryptastic!) that takes in the data and a key to return the encrypted value.
</p>]]></description>
      <pubDate>Tue, 02 Jun 2009 08:48:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ITNewb.com: PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)]]></title>
      <guid>http://www.phpdeveloper.org/news/12568</guid>
      <link>http://www.phpdeveloper.org/news/12568</link>
      <description><![CDATA[<p>
On the ITNewb.com site there's <a href="http://www.itnewb.com/v/PHP-Encryption-Decryption-Using-the-MCrypt-Library-libmcrypt">a recent tutorial</a> that's been posted by <i>Andrew Johnson</i> about using the <a href="http://sourceforge.net/projects/mcrypt">mcrypt library</a> in your PHP apps for a simple level of data protection.
</p>
<blockquote>
The ability to encrypt and safeguard data is an essential ability that every serious web developer should have in their arsenal. In this article we'll explore encrypting data with PHP and MCrypt (libmcrypt), storing it in a database, retrieving it from a database and decrypting it for use.
</blockquote>
<p>
He works through what mcrypt is, where it can be downloaded from, a simple usage example and a more in-depth look at what its doing (making an IV, encrypting) and how to store the resulting encrypted information into a MySQL database table.
</p>]]></description>
      <pubDate>Tue, 26 May 2009 09:35:10 -0500</pubDate>
    </item>
  </channel>
</rss>
