2012-05-19 03:04:48 +02:00
|
|
|
---
|
|
|
|
name: coreencryptors
|
2012-04-07 04:59:55 +02:00
|
|
|
---
|
2016-06-23 01:37:22 +02:00
|
|
|
'SilverStripe\Security\PasswordEncryptor':
|
2012-04-07 04:59:55 +02:00
|
|
|
encryptors:
|
|
|
|
none:
|
2016-06-23 01:37:22 +02:00
|
|
|
'SilverStripe\Security\PasswordEncryptor_None':
|
2012-04-07 04:59:55 +02:00
|
|
|
md5:
|
2016-06-23 01:37:22 +02:00
|
|
|
'SilverStripe\Security\PasswordEncryptor_LegacyPHPHash': md5
|
2012-04-07 04:59:55 +02:00
|
|
|
sha1:
|
2016-06-23 01:37:22 +02:00
|
|
|
'SilverStripe\Security\PasswordEncryptor_LegacyPHPHash': sha1
|
2012-04-07 04:59:55 +02:00
|
|
|
md5_v2.4:
|
2016-06-23 01:37:22 +02:00
|
|
|
'SilverStripe\Security\PasswordEncryptor_PHPHash': md5
|
2012-04-07 04:59:55 +02:00
|
|
|
sha1_v2.4:
|
2016-06-23 01:37:22 +02:00
|
|
|
'SilverStripe\Security\PasswordEncryptor_PHPHash': sha1
|
2012-05-02 03:51:29 +02:00
|
|
|
blowfish:
|
2016-06-23 01:37:22 +02:00
|
|
|
'SilverStripe\Security\PasswordEncryptor_Blowfish':
|