We're looking for a FTP solution with native support for a decent hashing algo, (bcrypt or such). Solutions such as vsftpd, proftpd and pureftpd all support basic crypt(), md5, and password() functions. However we're wondering if there may be a better solution out there?
We're aware of Pure-ftpd having scrypt support, however we're unable to get this to work for some reason.
答案 0 :(得分:0)
我们遇到了同样的问题,最终发布了一个pure-ftpd身份验证模块,该模块在Python中实现了身份验证逻辑。我们甚至能够与我们的公共API集成以进行单点登录。您可以使用此方法来使用您选择的密码哈希算法,或者与Facebook或Github等第三方身份验证解决方案集成。有关详细信息,请查看https://download.pureftpd.org/pub/pure-ftpd/doc/README.Authentication-Modules