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);
しかし、何も機能しません!!
パスワードは暗号化されずにハッシュされます。これは元に戻せないプロセスであるため、それらを「復号化」することはできません。