<?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>Deec.it &#187; pear</title>
	<atom:link href="http://www.deec.it/tag/pear/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deec.it</link>
	<description>Le Guide Pratiche Dell&#039;Informatica</description>
	<lastBuildDate>Sun, 04 Sep 2011 16:52:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Usare mhash di PEAR in PHP</title>
		<link>http://www.deec.it/2009/09/19/usare-mhash-di-pear-in-php/</link>
		<comments>http://www.deec.it/2009/09/19/usare-mhash-di-pear-in-php/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 22:38:30 +0000</pubDate>
		<dc:creator>loade</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Programmazione e scripting]]></category>
		<category><![CDATA[mhash]]></category>
		<category><![CDATA[pear]]></category>

		<guid isPermaLink="false">http://www.deec.it/?p=629</guid>
		<description><![CDATA[



Per utilizzare le funzioni mhash utilizzando l&#8217;archivio software di PEAR basta scaricare il file mhash.php e includerlo nei vostri script PHP.
Di seguito riporto un semplice esempio per testare l&#8217;utilizzo di mhash:
require_once(&#8217;/path/file/mhash.php&#8217;);
$input = &#8220;Prova Hash&#8221;;
$hash = mhash(MHASH_MD5, $input);
echo &#8220;Il suo hash &#8221; . bin2hex($hash) . &#8220;\n&#8221;;
Per approfondimenti:
Pear
PHP
Source file





]]></description>
			<content:encoded><![CDATA[<!-- AdSense Now! V1.77 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadin" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-5841373120371067";
/* 468x60, creato 22/09/09 M&amp;P */
google_ad_slot = "8731175604";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Per utilizzare le funzioni mhash utilizzando l&#8217;archivio software di PEAR basta scaricare il file<a href="http://www.deec.it/utilita/mhash.tar.gz" target="_blank"> mhash.php</a> e includerlo nei vostri script PHP.</p>
<p>Di seguito riporto un semplice esempio per testare l&#8217;utilizzo di mhash:</p>
<blockquote><p>require_once(&#8217;/path/file/mhash.php&#8217;);</p>
<p>$input = &#8220;Prova Hash&#8221;;<br />
$hash = mhash(MHASH_MD5, $input);</p>
<p>echo &#8220;Il suo hash &#8221; . bin2hex($hash) . &#8220;\n&#8221;;</p></blockquote>
<p>Per approfondimenti:</p>
<p><a href="http://pear.php.net/package/PHP_Compat/docs/latest/PHP_Compat/_PHP_Compat-1.6.0a2---Compat---Function---mhash.php.html" target="_blank">Pear</a></p>
<p><a href="http://it2.php.net/manual/en/book.mhash.php" target="_blank">PHP</a></p>
<p><a href="http://pear.php.net/package/PHP_Compat/docs/latest/__filesource/fsource_PHP_Compat__PHP_Compat-1.6.0a2CompatFunctionmhash.php.html" target="_blank">Source file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deec.it/2009/09/19/usare-mhash-di-pear-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

