---
title: "Deprecation: #85761 - SaltedPasswordService"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85761"
source: "Changelog/9.4/Deprecation-85761-SaltedPasswordService.rst"
typo3-version: "9.4"
typo3-major: 9
type: "deprecation"
issue: 85761
forge: "https://forge.typo3.org/issues/85761"
tags: ["PHP-API", "FullyScanned", "ext:saltedpasswords"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #85761 - SaltedPasswordService {#deprecation-85761}

See [forge#85761](https://forge.typo3.org/issues/85761)

## Description {#description}

Class `\TYPO3\CMS\Saltedpasswords\SaltedPasswordService` has been deprecated and
should not be used any longer.

## Impact {#impact}

Instantiating `SaltedPasswordService` will log a deprecation message.

## Affected Installations {#affected-installations}

This class is usually not called by extensions, it is unlikely instances are affected by this.

## Migration {#migration}

The service has been migrated into the basic core authentication service chain for
frontend and backend. Usually no migration is needed.
