<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: PHP: Everything you need to know about secure password hashing</title>
	<atom:link href="http://juliusbeckmann.de/blog/php-everything-you-need-to-know-about-secure-password-hashing.html/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog/php-everything-you-need-to-know-about-secure-password-hashing.html</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Fri, 26 Sep 2014 12:04:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Jani Hartikainen</title>
		<link>http://juliusbeckmann.de/blog/php-everything-you-need-to-know-about-secure-password-hashing.html/comment-page-1#comment-856</link>
		<dc:creator>Jani Hartikainen</dc:creator>
		<pubDate>Sun, 10 Apr 2011 19:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=414#comment-856</guid>
		<description>Very good advice here. I&#039;d just like to mention one thing.

You talk about how modern GPUs can calculate md5 hashes very fast. This is why you should use something else than md5 or sha1 - they are both designed to be fast.

If you can, you could consider using blowfish instead, which is a much slower algorithm. It isn&#039;t slow enough to take too long when you just want to hash a user&#039;s new password or anything like that though, so it&#039;s usable in that regard.

You can use Blowfish in PHP via PEAR Crypt_Blowfish or using the builtin crypt() function (altho not entirely sure if it has support for blowfish pre 5.3)</description>
		<content:encoded><![CDATA[<p>Very good advice here. I'd just like to mention one thing.</p>
<p>You talk about how modern GPUs can calculate md5 hashes very fast. This is why you should use something else than md5 or sha1 - they are both designed to be fast.</p>
<p>If you can, you could consider using blowfish instead, which is a much slower algorithm. It isn't slow enough to take too long when you just want to hash a user's new password or anything like that though, so it's usable in that regard.</p>
<p>You can use Blowfish in PHP via PEAR Crypt_Blowfish or using the builtin crypt() function (altho not entirely sure if it has support for blowfish pre 5.3)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
