Results of 1 - 10 of about 150 for Hash (0.005 sec.)
- Hash 関数 8931
- « HashContext::__unserialize hash_algos » PHP Manual Hash Hash 関数 Hash 関数 目次 hash_algos —
...
登録されているハッシュアルゴリズムの一覧を返す hash_copy — ハッシュコンテキストをコピーする hash_equal ...
s — タイミング攻撃に対して安全な文字列比較 hash_file — ファイルの内容から、ハッシュ値を生成する ha ...
ハッシュ処理を終了し、出来上がったダイジェストを返す hash_hkdf — 与えられたキーから導出されるHKDFキーを生成す ...
る hash_hmac_algos — hash_hmac に合うハッシュアルゴリズムの ...
-
https://man.plustar.jp/php/ref.hash.html
- [similar]
- Create a fuzzy hash from a string 8767
- « ssdeep_fuzzy_hash_filename 文字列 » PHP Manual ssdeep 関数 Create a fuzzy hash from a string s
...
sdeep_fuzzy_hash (PECL ssdeep >= 1.0.0) ssdeep_fuzzy_hash — Create ...
a fuzzy hash from a string 説明 ssdeep_fuzzy_hash ( string $to_ ...
hash ): string ssdeep_fuzzy_hash() calculates the hash of to_hash using » context-t ...
riggered piecewise hashing , and returns that hash. パラメータ to_hash The ...
-
https://man.plustar.jp/php/function.ssdeep-fuzzy-hash.html
- [similar]
- Returns a scalar value to be used as a hash value 8732
- « Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash
...
value Ds\Hashable::hash (PECL ds >= 1.0.0) Ds\Hashable::hash — R ...
eturns a scalar value to be used as a hash value 説明 abstract public Ds\Hashable::hash (): m ...
ixed Returns a scalar value to be used as the hash value of the objects. While the hash value does no ...
uality, all objects that are equal according to Ds\Hashable::equals() must have the same hash value. Hash ...
-
https://man.plustar.jp/php/ds-hashable.hash.html
- [similar]
- 段階的なハッシュコンテキストを初期化する 8686
- « hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_ini
...
t (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 = [] ): HashContext パラメータ algo 選択したアルゴリズムの名前 ...
。 サポートされているアルゴリズムの一覧については、 hash_algos() を参照してください。 flags ハッシュ生成の際 ...
-
https://man.plustar.jp/php/function.hash-init.html
- [similar]
- HASH メッセージダイジェストフレームワーク 8650
- « random_int はじめに » PHP Manual 暗号 HASH メッセージダイジェストフレームワーク HASH メッセージ
...
インストール手順 実行時設定 リソース型 定義済み定数 HashContext — HashContext クラス HashContext::__constru ...
なコンストラクタのため、直接インスタンス化できません HashContext::__serialize — HashContext オブジェクトをシ ...
リアライズする HashContext::__unserialize — data を HashContext オブジ ...
ェクト に復元する Hash 関数 hash_algos — 登録されているハッシュアルゴリズ ...
-
https://man.plustar.jp/php/book.hash.html
- [similar]
- ハッシュコンテキストをコピーする 8569
- « hash_algos hash_equals » PHP Manual Hash 関数 ハッシュコンテキストをコピーする hash_copy (PHP
...
5 >= 5.3.0, PHP 7, PHP 8) hash_copy — ハッシュコンテキストをコピーする 説明 hash_ ...
copy ( HashContext $context ): HashContext パラメータ context ...
変更履歴 バージョン 説明 7.2.0 リソースのかわりに、 HashContext を受け入れ、返すようになりました。 例 例1 h ...
ash_copy() の例 <?php $context = hash_init ( "md5" ); hash_update ( $context , "data" ); ...
-
https://man.plustar.jp/php/function.hash-copy.html
- [similar]
- Create a fuzzy hash from a file 8522
- « ssdeep_fuzzy_compare ssdeep_fuzzy_hash » PHP Manual ssdeep 関数 Create a fuzzy hash from a fil
...
e ssdeep_fuzzy_hash_filename (PECL ssdeep >= 1.0.0) ssdeep_fuzzy_hash_ ...
filename — Create a fuzzy hash from a file 説明 ssdeep_fuzzy_hash_filename ( stri ...
ng $file_name ): string ssdeep_fuzzy_hash_filename() calculates the hash of the file specifi ...
d by file_name using » context-triggered piecewise hashing , and returns that hash. パラメータ file_name T ...
-
https://man.plustar.jp/php/function.ssdeep-fuzzy-hash-filename.html
- [similar]
- アクティブなハッシュコンテキストに、オープンしているストリームから データを投入... 8440
- « hash_update_file hash_update » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、オープ
...
ンしているストリームから データを投入する hash_update_stream (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL ...
hash >= 1.1) hash_update_stream — アクティブなハッシュコンテキストに ...
オープンしているストリームから データを投入する 説明 hash_update_stream ( HashContext $context , resource $s ...
tream , int $length = -1 ): int パラメータ context hash_init() が返すハッシュコンテキスト。 stream ストリー ...
-
https://man.plustar.jp/php/function.hash-update-stream.html
- [similar]
- 段階的なハッシュ処理を終了し、出来上がったダイジェストを返す 8382
- « hash_file hash_hkdf » PHP Manual Hash 関数 段階的なハッシュ処理を終了し、出来上がったダイジェス
...
トを返す hash_final (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= ...
1.1) hash_final — 段階的なハッシュ処理を終了し、出来上がった ...
ダイジェストを返す 説明 hash_final ( HashContext $context , bool $binary = fals ...
e ): string パラメータ context hash_init() が返すハッシュコンテキスト。 binary true を ...
-
https://man.plustar.jp/php/function.hash-final.html
- [similar]
- PBKDF2 を使ってパスワードからキーを生成する 8382
- « 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 ...
val160,4 など)。サポートされるアルゴリズムの一覧は hash_algos() をご参照ください。 password 派生に使うパス ...
164, fnv1a64, joaat) は使えなくなりました。 例 例1 hash_pbkdf2() の基本的な使い方の例 <?php $password = "p ...
-
https://man.plustar.jp/php/function.hash-pbkdf2.html
- [similar]