/**
  * Constructor.
  */
 function __construct()
 {
     // 8 iteration to create a Portable hash
     parent::passwordHash(8, false);
 }