fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14925] crypto


From: Sigurd Nes
Subject: [Fmsystem-commits] [14925] crypto
Date: Mon, 18 Apr 2016 18:18:28 +0000

Revision: 14925
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14925
Author:   sigurdne
Date:     2016-04-18 18:18:28 +0000 (Mon, 18 Apr 2016)
Log Message:
-----------
crypto

Modified Paths:
--------------
    trunk/setup/inc/hook_config.inc.php

Modified: trunk/setup/inc/hook_config.inc.php
===================================================================
--- trunk/setup/inc/hook_config.inc.php 2016-04-18 18:16:39 UTC (rev 14924)
+++ trunk/setup/inc/hook_config.inc.php 2016-04-18 18:18:28 UTC (rev 14925)
@@ -184,11 +184,11 @@
        {
                $hashes = array
                (
+                       'CRYPT' => lang('Salted Crypt - strong encryption'),
                        'SSHA'  => lang('Salted SHA1 - strong encryption'),
                        'SMD5'  => lang('Salted MD5'),
                        'SHA'   => lang('SHA1'),
-                       'MD5'   => lang('MD5 - Vulnerable to dictionary 
attack'),
-                       'CRYPT' => lang('Crypt - Weak encryption')
+                       'MD5'   => lang('MD5 - Vulnerable to dictionary attack')
                );
 
                if ( !isset($config['encryption_type']) )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]