mirror of
https://github.com/anope/anope.git
synced 2026-07-10 01:03:13 +02:00
Switch enc_sha2 default from sha256 to sha512.
This commit is contained in:
@@ -128,7 +128,7 @@ public:
|
||||
|
||||
void OnReload(Configuration::Conf &conf) override
|
||||
{
|
||||
this->defaultprovider = GetAlgorithm(Config->GetModule(this).Get<const Anope::string>("algorithm", "sha256"));
|
||||
this->defaultprovider = GetAlgorithm(Config->GetModule(this).Get<const Anope::string>("algorithm", "sha512"));
|
||||
}
|
||||
|
||||
EventReturn OnEncrypt(const Anope::string &src, Anope::string &dest) override
|
||||
|
||||
Reference in New Issue
Block a user