Breaking: #102763 - Extbase HashService usage replaced with Core HashService

See forge#102763

Description

All usages of the @internal class \TYPO3\CMS\Extbase\Security\Cryptography\HashService in TYPO3 have been removed and replaced by \TYPO3\CMS\Core\Crypto\HashService .

Impact

Custom extensions expecting \TYPO3\CMS\Extbase\Security\Cryptography\HashService as type of the property '$hashService of various @internal classes will result in a PHP Fatal error.

Affected installations

TYPO3 installations with custom extensions using one of the following:

Migration

Custom extensions must be adapted to use methods of class \TYPO3\CMS\Core\Crypto\HashService .