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.
これは私の問題です: データベースにユーザーを呼び出すテーブルがあり、列のパスワードは md5 で動作しますが、strings を保存すると、たとえば: benjalucas(de643ebda0285edc22145bbd95c345e5)、pepe3421および他の同様のものをそれらのパスワードでアプリケーションにログインできません。
benjalucas(de643ebda0285edc22145bbd95c345e5)
pepe3421
パスワード列の構造は次のとおりです。
type - varchar(32) latin1_swedish_ci
よろしく!