mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
17 lines
360 B
YAML
17 lines
360 B
YAML
---
|
|
name: coreencryptors
|
|
---
|
|
PasswordEncryptor:
|
|
encryptors:
|
|
none:
|
|
PasswordEncryptor_None:
|
|
md5:
|
|
PasswordEncryptor_LegacyPHPHash: md5
|
|
sha1:
|
|
PasswordEncryptor_LegacyPHPHash: sha1
|
|
md5_v2.4:
|
|
PasswordEncryptor_PHPHash: md5
|
|
sha1_v2.4:
|
|
PasswordEncryptor_PHPHash: sha1
|
|
blowfish:
|
|
PasswordEncryptor_Blowfish: |