9 lines
803 B
INI
9 lines
803 B
INI
; Joomla! German Translation
|
|
; (C) 2014 Open Source Matters, Inc. <https://www.joomla.org>
|
|
; (C) Translation 2008 - 2026 J!German <https://www.jgerman.de>
|
|
; License GNU General Public License version 2 or later; see LICENSE.txt
|
|
; Note : All ini files need to be saved as UTF-8
|
|
|
|
LIB_PHPASS="PHPass"
|
|
LIB_PHPASS_XML_DESCRIPTION="PHPass ist ein portables Passwort-Hashing-Framework für den Einsatz in PHP-Anwendungen. Die bevorzugte (sicherste) von phpass unterstützte Hashing-Methode ist die OpenBSD-style bcrypt (in PHP als CRYPT_BLOWFISH bekannt), mit einem Fallback auf BSDI-style extended DES-basierte Hashes (in PHP als CRYPT_EXT_DES bekannt), und einem letztlichen Fallback auf eine MD5-basierte variable Iterationszählung des Passwort-Hashing-Verfahrens, die in phpass selbst implementiert ist."
|