検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 150 for Hash (0.019 sec.)
Password Hashing 関数 5447
« 定義済み定数 password_algos » PHP Manual パスワードのハッシュ Password Hashing 関数 Password Hash ... info — 指定したハッシュに関する情報を返す password_hash — パスワードハッシュを作る password_needs_rehash... るかどうかを調べる 関連キーワード: Password , 関数 , Hashing , ハッシュ , パスワード , マッチ , algos , 情報 ... , rehash , hash ...
https://man.plustar.jp/php/ref.password.html - [similar]
中に含むオブジェクトの一意な識別子を算出する 5447
« SplObjectStorage::detach SplObjectStorage::getInfo » PHP Manual SplObjectStorage 中に含むオブジ ... ェクトの一意な識別子を算出する SplObjectStorage::getHash (PHP 5 >= 5.4.0, PHP 7, PHP 8) SplObjectStorage::g ... etHash — 中に含むオブジェクトの一意な識別子を算出する 説明 ... public SplObjectStorage::getHash ( object $object ): string このメソッドは、 SplObj ... 出します。 SplObjectStorage の実装では、 spl_object_hash() と同じ値を返します。 ストレージオブジェクトには、 ...
https://man.plustar.jp/php/splobjectstorage.gethash.html - [similar]
パスワードのハッシュ 5412
« OpenSSLAsymmetricKey はじめに » PHP Manual 暗号 パスワードのハッシュ パスワードのハッシュ はじ ... ール手順 実行時設定 リソース型 定義済み定数 Password Hashing 関数 password_algos — 利用可能なパスワードハッシ ... info — 指定したハッシュに関する情報を返す password_hash — パスワードハッシュを作る password_needs_rehash... スワード , マッチ , インストール , 設定 , algos , rehash , hash , 情報 , info ...
https://man.plustar.jp/php/book.password.html - [similar]
パスワードが、有効なパスワード検証文字列かを調べる 5412
« sodium_crypto_kx_server_session_keys sodium_crypto_pwhash_scryptsalsa208sha256_str » PHP Manua ... 有効なパスワード検証文字列かを調べる sodium_crypto_pwhash_scryptsalsa208sha256_str_verify (PHP 7 >= 7.2.0, P ... HP 8) sodium_crypto_pwhash_scryptsalsa208sha256_str_verify — パスワードが、有 ... パスワード検証文字列かを調べる 説明 sodium_crypto_pwhash_scryptsalsa208sha256_str_verify ( string $hash , s ... ん。引数のリストのみが 記述されています。 パラメータ hash password 戻り値 関連キーワード: パスワード , 検証 ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-scryptsalsa208sha256-st... - [similar]
実行時設定 5412
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 1.0 以降で利用可能です。 memcached.sess_consistent_hash On PHP_INI_ALL memcached 2.1.0 以降で利用可能です。 ... 以降で利用可能です。 memcached.default_consistent_hash Off PHP_INI_ALL memcached 3.0.0 以降で利用可能です ... 2.0 以降で利用可能です。 memcached.sess_consistent_hash_type ketama PHP_INI_ALL memcached 3.1.0 以降で利用 ... す。デフォルトは ON です。 memcached.sess_consistent_hash bool On にすると、セッション管理に コンシステント・ ...
https://man.plustar.jp/php/memcached.configuration.html - [similar]
インストール手順 5389
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP 5.1.2 以降 ... イルされるようになります。 configure 時に --disable-hash を指定することで明示的に無効にすることも可能です。 ... , ハッシュ , 設定 , disable , バージョン , 明示 , hash ...
https://man.plustar.jp/php/hash.installation.html - [similar]
サンプル 5365
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... s の例 Example#886 - random_int の例 Example#887 - hash_algos の例 Example#888 - hash_copy の例 Example#88 ... 9 - hash_equals の例 Example#890 - hash_file の使用例 Examp ... le#891 - hash_final の例 Example#892 - hash_hkdf の例 Example#89 ... 3 - hash_hmac_algos の例 Example#894 - hash_hmac_file の例 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
新機能 5365
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... EOL ; } ?> 上の例の出力は以下となります。 59 59 59 hash_equals() による、タイミング攻撃に対応した文字列比較 ... hash_equals() 関数が追加されました。 この関数は、二つの ... ッシュをチェックしたりするときに使えます ( password_hash() や password_verify() が使えない場合を想定。 これ ... '$2a$07$usesomesillystringforsalt$' ); var_dump ( hash_equals ( $expected , $correct )); var_dump ( hash_ ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
利用可能なハッシュ ID の最大値を得る 5307
« Mhash 関数 mhash_get_block_size » PHP Manual Mhash 関数 利用可能なハッシュ ID の最大値を得る m ... hash_count (PHP 4, PHP 5, PHP 7, PHP 8) mhash_count — 利用可能なハッシュ ID の最大値を得る 警告 ... ます。この関数に頼らないことを強く推奨します。 説明 mhash_count (): int 利用可能なハッシュ ID の最大値を取得 ... ョン 説明 8.1.0 この関数は、推奨されなくなりました。 hash_*() 関数 を代わりに使って下さい。 例 例1 全ハッシュ ... をループする <?php $nr = mhash_count (); for ( $i = 0 ; $i <= $nr ; $i ++) { echo ...
https://man.plustar.jp/php/function.mhash-count.html - [similar]
指定したハッシュのブロックサイズを得る 5307
« mhash_count mhash_get_hash_name » PHP Manual Mhash 関数 指定したハッシュのブロックサイズを得る ... mhash_get_block_size (PHP 4, PHP 5, PHP 7, PHP 8) mhash_ ... ます。この関数に頼らないことを強く推奨します。 説明 mhash_get_block_size ( int $algo ): int | false 指定した ... サイズを取得します。 パラメータ algo ハッシュ ID。 MHASH_ハッシュ名 定数のいずれかを指定します。 戻り値 サイ ... ョン 説明 8.1.0 この関数は、推奨されなくなりました。 hash_*() 関数 を代わりに使って下さい。 例 例1 mhash_get ...
https://man.plustar.jp/php/function.mhash-get-block-size.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT