]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/makepasswd
ws
[infobot.git] / scripts / makepasswd
index 897a4aaa49c31bf354a6a36d559592041c7a40d1..b76617ccfd6f3dc4972542cb68ef1b08a74dd133 100755 (executable)
@@ -14,7 +14,7 @@ sub mkpasswd {
     my $what = $_[0];
     my $salt = chr(65+rand(27)).chr(65+rand(27));
     $salt =~ s/\W/x/g;
-    
+
     return crypt($what, $salt);
 }