<?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>Appuntiphp.com &#187; informazioni criptate</title>
	<atom:link href="http://www.appuntiphp.com/tag/informazioni-criptate/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appuntiphp.com</link>
	<description>Il blog italiano su PHP e MySQL</description>
	<lastBuildDate>Thu, 08 Apr 2010 09:34:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Criptare le informazioni con la funzione crypt di PHP</title>
		<link>http://www.appuntiphp.com/2010/02/php-crypt.html</link>
		<comments>http://www.appuntiphp.com/2010/02/php-crypt.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:34:39 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Tutorial PHP]]></category>
		<category><![CDATA[criptare codice]]></category>
		<category><![CDATA[criptare informazioni]]></category>
		<category><![CDATA[funzione crypt]]></category>
		<category><![CDATA[informazioni criptate]]></category>
		<category><![CDATA[php crypt]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=335</guid>
		<description><![CDATA[Il PHP mette a disposizione degli sviluppatori la funzione crypt(), utile a criptare informazioni riservate come password, pin, numeri di carte di credito o altre informazioni che potrebbero essere intercettate ed utilizzate in modo poco pulito.
La sintassi della funzione crypt() è la seguente:
crypt(stringa, salt)
Il salt è il criterio attraverso cui la stringa viene criptata.

Vediamo un [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/02/php-crypt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

