这里有些例子:
db: 35273f5c7b3fb45a
actual: 5093625
db: 272beab9517a8835
actual: 7091343
根据http://hash-it.net/它不是 MD5 或 SHA1。
这里有些例子:
db: 35273f5c7b3fb45a
actual: 5093625
db: 272beab9517a8835
actual: 7091343
根据http://hash-it.net/它不是 MD5 或 SHA1。
终于得到了开发者的回复:
"MySql 原生的'password' 函数用于对密码进行编码。你可以在'gorum/dbproperty.php' 的'getPassword' 函数中找到它"
我相信它被加盐了,因为http://www.hashemall.com/上的哈希都不起作用。你可以在这里阅读更多关于腌制的信息。