SHA1 and MD5 hash implementation.
This commit is contained in:
@@ -104,7 +104,7 @@ $cfgClass = 'section';
|
||||
<p><label for="set_crypt_type"><?php p($l->t('Encryption Type')); ?></label>
|
||||
<?php $crypt_types = array(
|
||||
'drupal' => 'Drupal 7',
|
||||
'md5' => 'MD5',
|
||||
'MD5' => 'MD5',
|
||||
'md5crypt' => 'MD5 Crypt',
|
||||
'Cleartext' => 'Cleartext',
|
||||
'mysql_encrypt' => 'mySQL ENCRYPT()',
|
||||
@@ -115,7 +115,7 @@ $cfgClass = 'section';
|
||||
'joomla2' => 'Joomla > 2.5.18 phpass',
|
||||
'ssha256' => 'Salted SSHA256',
|
||||
'redmine' => 'Redmine',
|
||||
'sha1' => 'SHA1',
|
||||
'SHA1' => 'SHA1',
|
||||
'courier_md5' => 'Courier base64-encoded MD5',
|
||||
'courier_md5raw' => 'Courier hexadecimal MD5',
|
||||
'courier_sha1' => 'Courier base64-encoded SHA1',
|
||||
|
||||
Reference in New Issue
Block a user