Files
conservatorio-tomadini/language/it-IT/it-IT.lib_phpass.sys.ini
2024-12-17 17:34:10 +01:00

10 lines
1006 B
INI

; Joomla! Italian Translation
; (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
; Copyright (C) Translation 2008 - 2017 joomla.it
; Copyright (C) Translation 2018 - 2021 Italian Translation Team
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8
LIB_PHPASS="phpass"
LIB_PHPASS_XML_DESCRIPTION="PHPass è un framework riutilizzabile su più piattaforme, serve per generare l'hash delle password nelle applicazioni PHP. Il metodo preferito (e più sicuro) di tipo di hashing supportato da phpass è l'Open BSD Style che usa l'algoritmo di hash bcrypt (conosciuto nelle applicazioni PHP come CRYPT_BLOWFISH), usa anche un richiamo all'algoritmo di hash BSDI-style extended DES-based (conosciuto in PHP come CRYPT_EXT_DES), oltre che un ulteriore richiamo ad un criterio di hashing basato su MD5 per il calcolo della variabile di iterazione per il conteggio delle password, anch'esso implementato in phpass."