<?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>Fri, 24 May 2013 06:31:42 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Harry Fuecks' Blog: Using OpenSSL, RSA and RC4 to exchange encrypted data from PHP to Java]]></title>
      <guid>http://www.phpdeveloper.org/news/8935</guid>
      <link>http://www.phpdeveloper.org/news/8935</link>
      <description><![CDATA[<p>
<i>Harry Fuecks</i> came across a need in his development work to bridge a gap between a PHP script and some Java work he'd done. He <a href="http://blog.local.ch/archive/2007/10/29/openssl-php-to-java.html">found the way</a> that fit his situation the best - the encryption of the data on the PHP side via OpenSSL.
</p>
<blockquote>
<p>
Needed a mechanism to be able to pass chunks of data securely from PHP to Java [...] One solution might be something "from scratch" involving mcrypt or PHP libraries like Crypt_RSA. [...] Another approach is GnuPG, either via the command line as discussed in this tutorial or via the GnuPG extension from PECL.
</p>
<p>
Option 3 is using OpenSSL and PHP's openssl_seal() function. SSL is normally used for encrypting networked communication between peers but that's not all it can do. [...] What's more - and perhaps the biggest win - it also allows us to re-use existing SSL certificates.
</p>
</blockquote>
<p>
He <a href="http://blog.local.ch/archive/2007/10/29/openssl-php-to-java.html">uses</a> the <a href="http://www.php.net/openssl_seal">openssl_seal</a> functionality on top of the EVP encrypted envelope on the certificate to handle the encrypt/decrypt of the data. Both the PHP code and Java code (and execution example) are included in the post.
</p>]]></description>
      <pubDate>Tue, 30 Oct 2007 11:14:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ilia Alshanetsky's Blog: PHP 5.2.0 RC4 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/6274</guid>
      <link>http://www.phpdeveloper.org/news/6274</link>
      <description><![CDATA[<p>
<i>Ilia Alshanetsky</i>, release manager for the current PHP5 series, <a href="http://ilia.ws/archives/126-PHP-5.2.0-RC4-Released!.html">has announced</a> the posting of the latest release canidate - PHP 5.2.0. RC4.
</p>
<blockquote>
Huzzah! The final release candidate of 5.2.0, RC4 is out, which means the final release is just around the corner. Given that this is a final release, this is the last chance to identify major issues or regressions. So, please test your code against this release to make sure that everything is working, and if not, let us know.
</blockquote>
<p>
You can grab the files here:
<ul>
<li><a href="http://downloads.php.net/ilia/php-5.2.0RC4.tar.bz2">BZipped</a>
<li><a href="http://downloads.php.net/ilia/php-5.2.0RC4.tar.gz">GZipped</a>
</ul>
</p>]]></description>
      <pubDate>Thu, 14 Sep 2006 13:34:31 -0500</pubDate>
    </item>
  </channel>
</rss>
