検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 150 for ハッシュ (0.007 sec.)
利用可能なパスワードハッシュアルゴリズムのIDを取得する 6616
« Password Hashing 関数 password_get_info » PHP Manual Password Hashing 関数 利用可能なパスワード ... 7.4.0, PHP 8) password_algos — 利用可能なパスワードハッシュアルゴリズムのIDを取得する 説明 password_algos (): a ... rray 登録済みのパスワードハッシュアルゴリズムのIDの完全な一覧を、 文字列の配列として返 ... パラメータはありません。 戻り値 利用可能なパスワードハッシュアルゴリズムのIDを返します。 例 例1 password() の基本 ... rgon2i [2] => argon2id ) 関連キーワード: パスワードハッシュアルゴリズム , 利用 , 取得 , 関数 , algos , Password ...
https://man.plustar.jp/php/function.password-algos.html - [similar]
ハッシュコンテキストをコピーする 6593
« hash_algos hash_equals » PHP Manual Hash 関数 ハッシュコンテキストをコピーする hash_copy (PHP ... 5 >= 5.3.0, PHP 7, PHP 8) hash_copy — ハッシュコンテキストをコピーする 説明 hash_copy ( HashContex ... : HashContext パラメータ context hash_init() が返すハッシュコンテキスト。 戻り値 ハッシュコンテキストのコピーを ... c 511ae0b1c13f95e5f08f1a0dd3da3d93 関連キーワード: ハッシュ , コンテキスト , コピー , hash , copy , HashContex ...
https://man.plustar.jp/php/function.hash-copy.html - [similar]
hash_hmac に合うハッシュアルゴリズムの一覧を返す 6593
« hash_hkdf hash_hmac_file » PHP Manual Hash 関数 hash_hmac に合うハッシュアルゴリズムの一覧を返 ... >= 7.2.0, PHP 8) hash_hmac_algos — hash_hmac に合うハッシュアルゴリズムの一覧を返す 説明 hash_hmac_algos (): ar ... クスをキーとし、 hash_hmac() に合う、 サポートされたハッシュアルゴリズムの一覧を値とした配列を返します。 例 例1 ... : PHP 7.2.0 より前のバージョンでは、 サポートされたハッシュアルゴリズムの一覧を取得する唯一の手段は、 hash_hmac ... すことでした。 参考 hash_hmac() - HMAC 方式を使用してハッシュ値を生成する hash_algos() - 登録されているハッシュ...
https://man.plustar.jp/php/function.hash-hmac-algos.html - [similar]
指定したオブジェクトのハッシュ ID を返す 6593
« spl_classes spl_object_id » PHP Manual SPL 関数 指定したオブジェクトのハッシュ ID を返す spl_o ... 7, PHP 8) spl_object_hash — 指定したオブジェクトのハッシュ ID を返す 説明 spl_object_hash ( object $object ): ... 子を返します。この ID は、 オブジェクトを保存する際のハッシュのキーとして使えます。 また、オブジェクトが破棄される ... 値としても使えます。 オブジェクトが破棄されると、そのハッシュが他のオブジェクトで再利用されてしまうことがあります ... ; ?> 注意 注意 : オブジェクトが破壊されるとき、そのハッシュが他のオブジェクトで再利用されてしまうことがあります ...
https://man.plustar.jp/php/function.spl-object-hash.html - [similar]
ランダムなハッシュキーを生成する 6558
« sodium_crypto_generichash_init sodium_crypto_generichash_update » PHP Manual Sodium 関数 ランダ ... ムなハッシュキーを生成する sodium_crypto_generichash_keygen (PHP ... HP 8) sodium_crypto_generichash_keygen — ランダムなハッシュキーを生成する 説明 sodium_crypto_generichash_keygen ... (): string ハッシュAPIで使うランダムなキーを生成します。 パラメータ こ ... 6ビット長のキーを返します。 関連キーワード: キー , ハッシュ , 生成 , sodium , crypto , generichash , keygen , ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-keygen.html - [similar]
指定したハッシュのブロックサイズを得る 6535
« mhash_count mhash_get_hash_name » PHP Manual Mhash 関数 指定したハッシュのブロックサイズを得る ... HP 5, PHP 7, PHP 8) mhash_get_block_size — 指定したハッシュのブロックサイズを得る 警告 この関数は PHP 8.1.0 で ... lgo のブロックサイズを取得します。 パラメータ algo ハッシュ ID。 MHASH_ハッシュ名 定数のいずれかを指定します。 ... D5 ); // 16 ?> 関連キーワード: サイズ , ブロック , ハッシュ , mhash , 指定 , 関数 , block , size , algo , 推奨 ...
https://man.plustar.jp/php/function.mhash-get-block-size.html - [similar]
定義済み定数 6499
« リソース型 String 関数 » PHP Manual 文字列 定義済み定数 定義済み定数 以下の定数が定義されていま ... SALT_LENGTH int CRYPT_STD_DES int 標準のDESベースのハッシュが crypt() 関数でサポートされているかどうかを示します ... 値は常に 1 です。 CRYPT_EXT_DES int 拡張DESベースのハッシュが crypt() 関数でサポートされているかどうかを示します ... 。 値は常に 1 です。 CRYPT_MD5 int MD5ハッシュが crypt() 関数でサポートされているかどうかを示します ... 。 値は常に 1 です。 CRYPT_BLOWFISH int Blowfishハッシュが crypt() 関数でサポートされているかどうかを示します ...
https://man.plustar.jp/php/string.constants.html - [similar]
メッセージをハッシュに追加する 6476
« sodium_crypto_generichash_keygen sodium_crypto_generichash » PHP Manual Sodium 関数 メッセージ ...ハッシュに追加する sodium_crypto_generichash_update (PHP 7 > ... 8) sodium_crypto_generichash_update — メッセージをハッシュに追加する 説明 sodium_crypto_generichash_update ( s ... tring &$state , string $message ): bool 内部的なハッシュステートにメッセージを追加します。 パラメータ state ... odium_crypto_generichash_init() . の戻り値 message ハッシュステートに追加するデータ 戻り値 成功した場合に true ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-update.html - [similar]
ASCII 文字列でエンコードされたハッシュを得る 6114
« sodium_crypto_pwhash_scryptsalsa208sha256_str_verify sodium_crypto_pwhash_scryptsalsa208sha256 ... P Manual Sodium 関数 ASCII 文字列でエンコードされたハッシュを得る sodium_crypto_pwhash_scryptsalsa208sha256_str ... salsa208sha256_str — ASCII 文字列でエンコードされたハッシュを得る 説明 sodium_crypto_pwhash_scryptsalsa208sha25 ... d opslimit memlimit 戻り値 関連キーワード: ASCII , ハッシュ , sodium , crypto , pwhash , scryptsalsa , sha , i ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-scryptsalsa208sha256-st... - [similar]
指定したパスのディレクトリを列挙し、ディレクトリ名とファイルタイプのハッシュを返... 6114
« svn_fs_delete svn_fs_file_contents » PHP Manual SVN 関数 指定したパスのディレクトリを列挙し、デ ... ィレクトリ名とファイルタイプのハッシュを返す svn_fs_dir_entries (PECL svn >= 0.1.0) svn_fs ... ィレクトリを列挙し、ディレクトリ名とファイルタイプのハッシュを返す 説明 svn_fs_dir_entries ( resource $fsroot , ... ィレクトリを列挙し、ディレクトリ名とファイルタイプのハッシュを返します。 注意 警告 この関数は、 実験的 なものです ... い。 関連キーワード: ディレクトリ , 列挙 , タイプ , ハッシュ , パス , 指定 , ファイル , 関数 , entries , 警告 ...
https://man.plustar.jp/php/function.svn-fs-dir-entries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT