【问题标题】:hMailServer password hashinghMailServer 密码散列
【发布时间】:2017-12-08 11:04:22
【问题描述】:

我已经在 Windows 上安装了 hMailServer 并将其链接到 MySQL。当我创建电子邮件帐户时,我在创建时输入的密码在插入数据库之前被散列。(我不知道散列时使用哪种类型的算法。文档没有帮助)。所以现在,我想关闭散列或使用另一种众所周知的算法,如 md5。即使我正在更改 hmailServer.ini 文件并将preferredHashAlgorithm 设置为0(无散列),但没有运气。

【问题讨论】:

    标签: mysql hash hmail-server


    【解决方案1】:

    hmailServer 5.6.7 版使用 md5 对管理员和 hMailServer 数据库密码进行哈希处理。

    当您对 hmailServer.ini 文件进行任何更改时,您需要重新启动 hmailServer 服务。

    【讨论】:

      【解决方案2】:

      只有 hMailServer 管理员用户密码被哈希为 MD5 而不是数据库用户(无论是哪个 DB)。

      数据库密码始终作为 Blowfish Hash 进行散列。

      查看这篇关于 hMailServers DB-Password 哈希的文章: https://www.hmailserver.com/forum/viewtopic.php?f=21&t=33793

      【讨论】:

        猜你喜欢
        • 2011-02-18
        • 2015-08-13
        • 2012-05-30
        • 2011-06-23
        • 2018-01-20
        • 1970-01-01
        • 2011-04-06
        • 2011-05-10
        • 2012-12-10
        相关资源
        最近更新 更多