真实的。什么哈希函数?

Authlogic. What hash function?

我有一个 ruby 项目。它使用 Authlogic 库。我不明白它是如何实现哈希函数的。在源代码中我发现比

crypted_password: Authlogic::CryptoProviders::Sha512.encrypt(password+salt)

在我的数据库中有一行 where

crypted_password = bd9caf437ea2bb50d34f3d6d6d01bbf8cd098261ba58422cec88d9bdcf46c27b8ba543dff0ed5cae415559d192434df4949880c0d28e9410d0fb62f8f0d92bed

password_salt = eP8xVI5TCuUDKpd7Z

我现在密码是

password = l2xHodwyri

但是当我使用sha512('l2xHodwyri' + 'eP8xVI5TCuUDKpd7Z') => 22352f2053e2286bcb5513aea8d79011abe04cd44ccc00d4983e51c119b19b8e02a39b6833e3b8b273b4eb97ad486a2e214a9ea0140247e3fd1b02cb267b01e1

我做错了什么?

开源,你知道,是so open

使用上面的 link 您可以看到,除非您明确破解代码,否则摘要将执行 20 次:

Authlogic::CryptoProviders::Sha512.stretches = 1