·您当前的位置:首页 > 技术教程 > PHP教程 >

[php]PHP判断密码强度实例

时间:2014-09-02 12:32酷播
[php]PHP判断密码强度实例
  1. <?php 
  2. function codes($str){ 
  3. $score = 0
  4.            if(preg_match("/[0-9]+/",$str)) 
  5.            { 
  6.               $score ++; 
  7.            } 
  8.            if(preg_match("/[0-9]{3,}/",$str)) 
  9.            { 
  10.               $score ++; 
  11.            } 
  12.            if(preg_match("/[a-z]+/",$str)) 
  13.            { 
  14.               $score ++; 
  15.            } 
  16.            if(preg_match("/[a-z]{3,}/",$str)) 
  17.            { 
  18.               $score ++; 
  19.            } 
  20.            if(preg_match("/[A-Z]+/",$str)) 
  21.            { 
  22.               $score ++; 
  23.            } 
  24.            if(preg_match("/[A-Z]{3,}/",$str)) 
  25.            { 
  26.               $score ++; 
  27.            } 
  28.            if(preg_match("/[_|\-|+|=|*|!|@|#|$|%|^|&|(|)]+/",$str)) 
  29.            { 
  30.               $score += 2; 
  31.            } 
  32.            if(preg_match("/[_|\-|+|=|*|!|@|#|$|%|^|&|(|)]{3,}/",$str)) 
  33.            { 
  34.               $score ++ ; 
  35.            } 
  36.            if(strlen($str) >= 10) 
  37.            { 
  38.               $score ++; 
  39.            } 
  40.            return $score; 
  41. echo codes("1VBBaabv111_"); 
  42. ?> 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器