DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Introduction

What does it do?

This extension adds encrypted authentication for Frontend and Backend logins to TYPO3. It is safer than plain text Frontend authentication or superchallenged Backend authentication because it uses one time generated public and private key pair. The password is encrypted with a new public key each time before it is transferred over the network. Next the password is decrypted on the server using one time generated private key.

Frontend RSA authentication works with the system extension felogin only.

The extension requires either an openssl PHP module or the openssl binary to be available to TYPO3.

This extension does not change how login forms look like. Thus no screenshots available.

Bugs for the extension should be submitted to the TYPO3 bug tracker at http://forge.typo3.org/ . Questions should be submitted to the TYPO3 mailing lists.