标签: ruby-on-rails basic-authentication
我开始使用Authologic来验证RoR应用程序。
我注意到即使我正在使用:
acts_as_authentic do |c| c.crypto_provider = Authlogic::CryptoProviders::Sha512 end
密码未在我的数据库中加密(postgres)。