args = []; $this->hash = md5( $plaintext ); if ( !is_string( $this->hash ) || strlen( $this->hash ) < 32 ) { throw new PasswordError( 'Error when hashing password.' ); } } }