primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,9 @@
; 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."