From e65b146c79825f9b7f5660ebce284b4b66c13966 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 19 Apr 2012 02:23:32 +0200 Subject: wibble --- lib/Fripost/Password.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Fripost/Password.pm b/lib/Fripost/Password.pm index 595502d..53a10f7 100755 --- a/lib/Fripost/Password.pm +++ b/lib/Fripost/Password.pm @@ -77,7 +77,7 @@ sub hash ($$$) { sub is_salted { return ( not ( defined $_[0] ) or $_[0] ne '' ) }; -# Generate (random) salt, with a (random) length of 23 to 31 bytes. +# Generate (random) salt, with a (random) length of 24 to 31 bytes. sub make_salt { my $len = 31 - int( rand(8) ); my @bytes = (); -- cgit v1.2.3