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.
ユーザー名、暗号化されたパス フレーズ、およびソルトを含むテーブルを作成しようとしています。パス フレーズと関連するソルトは、ユーザー名に固有です。この設定にはハッシュ テーブルを使用することをお勧めしますか、それとも別のデータ構造を使用する必要がありますか?
キーが一意である必要があるキーと値のペアとして要素を保存する場合は、ハッシュテーブルを使用してください