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.
PHP で独自のログイン フォーミュラを作成して、既存の Wbb3 アカウントでログインする方法を探しています。ログインは同じサーバー上にあるため、データベースとソルトにアクセスできますが、パスワードを暗号化する方法がありません。
チュートリアルはありますか?
WBB3でのソルトは次のようなものです
$pw = sha1 (salt . sha1 (salt. sha1(password_from_field)));
/lib/util/StringUtil.class.php を見てください