Skip to content

Instantly share code, notes, and snippets.

@BlackhawkG7
Created September 19, 2019 10:45
Show Gist options
  • Save BlackhawkG7/1c2fcc0d13c1952cdfb03786886e8152 to your computer and use it in GitHub Desktop.
Save BlackhawkG7/1c2fcc0d13c1952cdfb03786886e8152 to your computer and use it in GitHub Desktop.
TYPO3 extbase create password hash
$saltFactory = \TYPO3\CMS\Saltedpasswords\Salt\SaltFactory::getSaltingInstance('', 'FE');
$password = $saltFactory->getHashedPassword($user['passwort']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment