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.
Java を使用して認証サーバーを作成しました。認証を最速かつ最良の方法で実行できるように、ユーザーの資格情報をサーバーに保存する方法を知りたいです。
認証中に、同じソルトを使用して平文でユーザーから取得したパスワードをハッシュし、保存されているパスワードと比較します。