Passwords in TYPO3 for frontend and backend users are never stored in plain text in the database. A salted one-way hash algorithm is used.

This module detects available password hash algorithms. If in doubt, select the first selectable one, it represents the most secure hash algorithm available on this system. The selected algorithm will be used for new frontend and backend users and existing users are upgraded to the selected algorithm upon their first successful login.