[Catalyst-commits] r14302 - trunk/examples/CatalystAdvent/root/2011
    caelum at dev.catalyst.perl.org 
    caelum at dev.catalyst.perl.org
       
    Tue May 22 11:40:48 GMT 2012
    
    
  
Author: caelum
Date: 2012-05-22 11:40:48 +0000 (Tue, 22 May 2012)
New Revision: 14302
Modified:
   trunk/examples/CatalystAdvent/root/2011/15.pod
Log:
fix cost parameter for BlowfishCrypt in 2011 auth article
Modified: trunk/examples/CatalystAdvent/root/2011/15.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2011/15.pod	2012-05-13 21:06:45 UTC (rev 14301)
+++ trunk/examples/CatalystAdvent/root/2011/15.pod	2012-05-22 11:40:48 UTC (rev 14302)
@@ -96,7 +96,7 @@
             passphrase       => 'rfc2307',
             passphrase_class => 'BlowfishCrypt',
             passphrase_args  => {
-                cost        => 8,
+                cost        => 14,
                 salt_random => 20,
             },
             passphrase_check_method => 'check_password',
    
    
More information about the Catalyst-commits
mailing list