TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator Class Reference
Inheritance diagram for TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator:
tx_saltedpasswords_eval TYPO3\CMS\Saltedpasswords\Evaluation\BackendEvaluator TYPO3\CMS\Saltedpasswords\Evaluation\FrontendEvaluator tx_saltedpasswords_eval_be tx_saltedpasswords_eval_fe

Public Member Functions

 returnFieldJS ()
 

Protected Attributes

 $mode = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Class implementing salted evaluation methods.

Author
Marcus Krause <marcus::exp2009.info>
Steffen Ritter info@.nosp@m.rs-w.nosp@m.ebsys.nosp@m.tems.nosp@m..de
Since
2009-06-14

Definition at line 23 of file Evaluator.php.

Member Function Documentation

◆ returnFieldJS()

TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator::returnFieldJS ( )

This function just return the field value as it is. No transforming, hashing will be done on server-side.

Returns
string JavaScript code for evaluating the
Todo:
Define visibility

Definition at line 41 of file Evaluator.php.

References TYPO3\CMS\Saltedpasswords\Salt\SaltFactory\getSaltingInstance(), TYPO3\CMS\Core\Utility\GeneralUtility\inList(), and TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility\isUsageEnabled().

Member Data Documentation

◆ $mode

TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator::$mode = NULL
protected

Definition at line 32 of file Evaluator.php.