Silverstripe中的Twofish密码加密?

时间:2014-09-19 08:58:24

标签: php encryption hash silverstripe twofish

有没有办法如何使用Twofish算法在Silverstripe中散列密码?它看起来并不是原生支持的。

有一种方法可能会扩展PasswordEncryptor。

谢谢!

2 个答案:

答案 0 :(得分:1)

目前default is Blowfish

在版本3.0之前,您可以通过register()添加自己的算法。从3.1开始,您将需要使用(基于YAML)configuration system

答案 1 :(得分:1)

正如您所说 - 在_config.php或config.yml

中扩展PasswordEncryptor类和register()