tami: A simple, clean and secure PHP & MySQL Login Script

  1.   
    if (version_compare(PHP_VERSION, '5.3.7', '<')) {  
        exit("Sorry, Simple PHP Login does not run on a PHP version smaller than 5.3.7 !");  
    }  
    
    

    Pfff.....

    1. Moin!

      if (version_compare(PHP_VERSION, '5.3.7', '<')) {
          exit("Sorry, Simple PHP Login does not run on a PHP version smaller than 5.3.7 !");
      }

      
      >   
      > Pfff.....  
        
      Die Versionen davor haben leider ein kaputtes BCRYPT. Und ohne das ist keine vernünftige Passwortsicherheit herzustellen.  
        
      In related news: [OCL Hashcat Plus, der Passwort-Hash-Knacker, unterstützt die Suche nach bis zu 55 Zeichen langen Passworten.](http://hashcat.net/wiki/doku.php?id=oclhashcat_plus%23limitations) [(siehe auch)](https://hashcat.net/forum/thread-2543.html)  
        
       - Sven Rautenberg