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.
データベースのパスワードを暗号化するための最良のオプションをインターネットで検索してきました。それが最良の選択肢であることがわかりましたpassword_hash()が、それは PHP 5.5 以降専用であることがわかりました。どうやら私のホストのバージョンは 5.3.27 です。そして、私は最良の代替手段を探していましたが、良いものを見つけることができませんでした.
password_hash()
以下のライブラリは、php < 5.5 の password_hash を提供します。
https://github.com/ircmaxell/password_compat.git