<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>Fabien Agranier</title>
	<link>http://fabien.agranier.com</link>
	<description>Coding, security, tips &#38; tricks</description>
	<pubDate>Thu, 08 May 2008 11:28:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Benchmarks : Connexions MySQL en PHP (mysql, mysqli, ssl)</title>
		<link>http://fabien.agranier.com/2008/05/05/benchmarks-connexions-mysql-en-php-mysql-mysqli-ssl/</link>
		<comments>http://fabien.agranier.com/2008/05/05/benchmarks-connexions-mysql-en-php-mysql-mysqli-ssl/#comments</comments>
		<pubDate>Mon, 05 May 2008 10:45:07 +0000</pubDate>
		<dc:creator>Fabien Agranier</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://fabien.agranier.com/2008/05/05/benchmarks-connexions-mysql-en-php-mysql-mysqli-ssl/</guid>
		<description><![CDATA[Alors voila, il était question de sécuriser les connexions MySQL via SSL afin d&#8217;augmenter la sécurité.
Cela est possible aussi bien via la librairie mysql classique de PHP que via mysqli.
Est-ce qu&#8217;une librairie est plus rapide que l&#8217;autre ? A quel genre de pertes de performance faut-il s&#8217;attendre en utilisant le SSL ? C&#8217;est à ces [...]]]></description>
		<wfw:commentRss>http://fabien.agranier.com/2008/05/05/benchmarks-connexions-mysql-en-php-mysql-mysqli-ssl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSL connection error</title>
		<link>http://fabien.agranier.com/2008/05/03/ssl-connection-error/</link>
		<comments>http://fabien.agranier.com/2008/05/03/ssl-connection-error/#comments</comments>
		<pubDate>Sat, 03 May 2008 00:48:29 +0000</pubDate>
		<dc:creator>Fabien Agranier</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fabien.agranier.com/2008/05/03/mysql-connexions-ssl/</guid>
		<description><![CDATA[[Draft article]
Debian 4.0 etch, MySQL 5.0.51, openSSL 0.9.8c
MySQL  contient un bug sur la gestion des connexions SSL avec openssl.
Si vous essayez d&#8217;activer le support SSL, vous obtiendrez les erreurs suivantes :
(phpmyadmin)
1043 - Bad handshake
(mysql client)
ERROR 2026 (HY000): SSL connection error
(mysqld.trace)
error:OpenSSL:error:140B4090:SSL routines:SSL_do_handshake:connection type not set:ssl_lib.c:2034
================================
Ce bug est répertorié et un patch existe afin de corriger [...]]]></description>
		<wfw:commentRss>http://fabien.agranier.com/2008/05/03/ssl-connection-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cryptage en mémoire</title>
		<link>http://fabien.agranier.com/2008/01/20/cryptage-en-memoire/</link>
		<comments>http://fabien.agranier.com/2008/01/20/cryptage-en-memoire/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 18:39:42 +0000</pubDate>
		<dc:creator>Fabien Agranier</dc:creator>
		
		<category><![CDATA[C# .Net]]></category>

		<guid isPermaLink="false">http://fabien.agranier.com/2008/01/20/cryptage-en-memoire/</guid>
		<description><![CDATA[[Draft article]
Il est possible de crypter les chaînes de caractères en mémoire via l&#8217;utilisation de la class System.Security.SecureString
Inclure les namespaces
using System.Runtime.InteropServices;
using System.Security.SecureString;
Créer une sécure string à partir d&#8217;une chaine :
SecureString scstr = new SecureString();
foreach(Char c in txt_pass.Text) scstr.AppendChar(c);
Récupérer le contenu de la chaine sécurisée dans une zone mémoire non managée (cela permettra de pouvoir supprimer [...]]]></description>
		<wfw:commentRss>http://fabien.agranier.com/2008/01/20/cryptage-en-memoire/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bientôt</title>
		<link>http://fabien.agranier.com/2007/09/22/bientot/</link>
		<comments>http://fabien.agranier.com/2007/09/22/bientot/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 23:53:13 +0000</pubDate>
		<dc:creator>Fabien Agranier</dc:creator>
		
		<category><![CDATA[Divers]]></category>

		<guid isPermaLink="false">http://fabien.agranier.com/wordpress/2007/09/22/bientot/</guid>
		<description><![CDATA[Comme ce titre vous l&#8217;annonce, j&#8217;ai décidé d&#8217;essayer de maintenir un blog !
Bon ok, je l&#8217;avoue, c&#8217;est vraiment pas gagné, mais c&#8217;est la mode, ça permet de garder une trace de certaines idées ou scripts utiles, donc &#8220;why not&#8221; ?
Ce blog sera consacré à la programmation (principalement php, mais aussi JavaScript, Java, C# et ActionScript), [...]]]></description>
		<wfw:commentRss>http://fabien.agranier.com/2007/09/22/bientot/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
