---
title: "Deprecation: #67932 - Deprecated old rsaauth encryption API"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-67932"
source: "Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #67932 - Deprecated old rsaauth encryption API

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

## Description

The rsaauth API has been rebuilt to be more generic. Therefore the Ajax Handler `BackendLogin::getRsaPublicKey()` has
been marked as deprecated and the eID script `FrontendLoginRsaPublicKey` has been removed.

## Affected Installations

Any installation using one of the entry points above in a third-party extension.

## Migration

There is no reason to use the entry points on your own anymore. Please update your scripts to use the new rsaauth API.
For backend requests you should use the provided ajax handler `RsaEncryption::getRsaPublicKey()`.
For frontend request you should use the provided eID script `RsaPublicKeyGenerationController`.
