検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 1002 for [SIMILAR] 16 1024 4096 WITH 28311 crypt WITH 119... (1.135 sec.)
定義済み定数 10000
« リソース型 String 関数 » PHP Manual 文字列 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 CRYPT_SALT_LENGTH int CRYPT_STD_DES int 標準のDESベースのハッシュが ...
https://man.plustar.jp/php/string.constants.html - [similar]
文字列の一方向のハッシュ化を行う 9553
« crc32 echo » PHP Manual String 関数 文字列の一方向のハッシュ化を行う crypt (PHP 4, PHP 5, PHP 7, PHP 8) crypt — 文字列の一方向のハッシュ化を行う 警告 この関数は (まだ)バイナリデータ対応ではありません! 説明 crypt ( string $string , string $salt ): string crypt() 文字列のハッシュを返しま ...
https://man.plustar.jp/php/function.crypt.html - [similar]
パスワードハッシュを作る 3840
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを作る password_hash (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_hash — パスワードハッシュを作る 説明 password_hash ( string $password , string | int | null $algo , array $options = [] ): string pa ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
安全なパスワードハッシュ 3840
« PHP の使いかた PHP と HTML » PHP Manual FAQ 安全なパスワードハッシュ 安全なパスワードハッシュ この節では、なぜハッシュ関数を使ってパスワードを守るのかについての理由と、 ハッシュ処理を効率的に行う方法について説明します。 なぜ、アプリケーションのユーザーが登録したパスワードをハッシュしな ...
https://man.plustar.jp/php/faq.passwords.html - [similar]
定義済み定数 3840
« リソース型 Password Hashing 関数 » PHP Manual パスワードのハッシュ 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれており、常に利用可能です。 PASSWORD_BCRYPT ( string ) PASSWORD_BCRYPT を使うと、 CRYPT_BLOWFISH アルゴリズムで新たなパスワードハッシュを作ります。 これは常に、"$2y ...
https://man.plustar.jp/php/password.constants.html - [similar]
PBKDF2 を使ってパスワードからキーを生成する 3840
« hash_init hash_update_file » PHP Manual Hash 関数 PBKDF2 を使ってパスワードからキーを生成する hash_pbkdf2 (PHP 5 >= 5.5.0, PHP 7, PHP 8) hash_pbkdf2 — PBKDF2 を使ってパスワードからキーを生成する 説明 hash_pbkdf2 ( string $algo , string $password , string $salt , int $iterations , int $ ...
https://man.plustar.jp/php/function.hash-pbkdf2.html - [similar]
段階的なハッシュコンテキストを初期化する 3840
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_init (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_init — 段階的なハッシュコンテキストを初期化する 説明 hash_init ( string $algo , int $flags = 0 , string $key = "" , array $options = [] ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
文字列のmd5ハッシュ値を計算する 3840
« md5_file metaphone » PHP Manual String 関数 文字列のmd5ハッシュ値を計算する md5 (PHP 4, PHP 5, PHP 7, PHP 8) md5 — 文字列のmd5ハッシュ値を計算する 警告 パスワードを守るためにこの関数を使うことはおすすめしません。 ハッシュアルゴリズムの高速性がその理由です。 詳細とベストプラクティスにつ ...
https://man.plustar.jp/php/function.md5.html - [similar]
パスワードがハッシュにマッチするかどうかを調べる 3840
« password_needs_rehash Sodium » PHP Manual Password Hashing 関数 パスワードがハッシュにマッチするかどうかを調べる password_verify (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_verify — パスワードがハッシュにマッチするかどうかを調べる 説明 password_verify ( string $password , string $hash ): b ...
https://man.plustar.jp/php/function.password-verify.html - [similar]
文字列の sha1 ハッシュを計算する 3840
« sha1_file similar_text » PHP Manual String 関数 文字列の sha1 ハッシュを計算する sha1 (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) sha1 — 文字列の sha1 ハッシュを計算する 警告 パスワードを守るためにこの関数を使うことはおすすめしません。 ハッシュアルゴリズムの高速性がその理由です。 詳細とベスト ...
https://man.plustar.jp/php/function.sha1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT