Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 Croogo 的数据库中获取用户密码,试过了
decrypt( string $cipher , string $key ); $result = Security::decrypt($cipher, $key);
但没有任何效果!
密码是散列的而不是加密的。这是一个不可逆的过程,因此您无法“解密”它们。