コード例 #1
0
ファイル: class.passwordhash.php プロジェクト: sitexa/vanilla
 /**
  * Constructor.
  */
 function __construct()
 {
     // 8 iteration to create a Portable hash
     parent::__construct(8, false);
 }
コード例 #2
0
ファイル: secure.php プロジェクト: ryankennedy1991/toure
 public function __construct()
 {
     parent::__construct(8, FALSE);
 }