検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 30 for HMAC (0.006 sec.)
データを暗号化する 8188
« openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry ... her , $key , $options = OPENSSL_RAW_DATA , $iv ); $hmac = hash_hmac ( 'sha256' , $ciphertext_raw , $key , ... ary = true ); $ciphertext = base64_encode ( $iv . $hmac . $ciphertext_raw ); //decrypt later.... $c = base ... AES-128-CBC" ); $iv = substr ( $c , 0 , $ivlen ); $hmac = substr ( $c , $ivlen , $sha2len = 32 ); $ciphert ... ptions = OPENSSL_RAW_DATA , $iv ); $calcmac = hash_hmac ( 'sha256' , $ciphertext_raw , $key , $as_binary = ...
https://man.plustar.jp/php/function.openssl-encrypt.html - [similar]
定義済み定数 8139
« リソース型 HashContext » PHP Manual Hash 定義済み定数 定義済み定数 以下の定数が定義されています ... に動的にロードされている場合のみ使用可能です。 HASH_HMAC ( int ) hash_init() のオプションのフラグです。 現在 ... のハッシュコンテキストに対して HMAC digest-keying アルゴリズムが適用されることを示しま ... ード: 定義 , 定数 , アルゴリズム , keying , digest , HMAC , コンテキスト , ハッシュ , フラグ , init ...
https://man.plustar.jp/php/hash.constants.html - [similar]
PBKDF2 を使ってパスワードからキーを生成する 7586
« hash_init hash_update_file » PHP Manual Hash 関数 PBKDF2 を使ってパスワードからキーを生成する ... () - 段階的なハッシュコンテキストを初期化する hash_hmac() - HMAC 方式を使用してハッシュ値を生成する hash_h ... mac_file() - HMAC 方式を使用して、指定されたファイルの内容からハッシ ...
https://man.plustar.jp/php/function.hash-pbkdf2.html - [similar]
SSH サーバーに接続する 7408
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne ... メソッドのリスト。 優先する順にカンマ区切りにする。 hmac-sha1 、 hmac-sha1-96 、 hmac-ripemd160 、 hmac-rip ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
利用可能な暗号メソッドを取得 7375
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... ます。 Array ( [0] => aes-128-cbc [1] => aes-128-cbc-hmac-sha1 [2] => aes-128-cbc-hmac-sha256 [3] => aes-128 ... es-192-ofb [23] => aes-256-cbc [24] => aes-256-cbc-hmac-sha1 [25] => aes-256-cbc-hmac-sha256 [26] => aes-2 ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]
Encrypt a value 7245
« MongoDB\Driver\ClientEncryption::decrypt MongoDB\Driver\ServerApi » PHP Manual MongoDB\Driver\ ... MongoDB\Driver\ClientEncryption::AEAD_AES_256_CBC_HMAC_SHA_512_DETERMINISTIC MongoDB\Driver\ClientEncrypt ... ion::AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM MongoDB\Driver\ClientEncryption::AL ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.encrypt.html - [similar]
igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する 7197
« igbinary_serialize JSON » PHP Manual Igbinary 関数 igbinary_serialize によって保存されたバイナ ... ライズ済みデータを復元する場合、 データの検証に hash_hmac() 関数が使えます。 重要なのは、そのデータを改ざんし ... 返す json_decode() - JSON 文字列をデコードする hash_hmac() - HMAC 方式を使用してハッシュ値を生成する igbina ...
https://man.plustar.jp/php/function.igbinary-unserialize.html - [similar]
ファイルの内容から、ハッシュ値を生成する 7115
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... ハッシュ値 (メッセージダイジェスト) を生成する hash_hmac_file() - HMAC 方式を使用して、指定されたファイルの ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
ハッシュ値 (メッセージダイジェスト) を生成する 7115
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash ... () - ファイルの内容から、ハッシュ値を生成する hash_hmac() - HMAC 方式を使用してハッシュ値を生成する hash_i ...
https://man.plustar.jp/php/function.hash.html - [similar]
保存用表現から PHP の値を生成する 7115
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... データをアンシリアライズする必要がある場合は、 hash_hmac() を使ったデータの検証を検討しましょう。 他者による ... 返す json_decode() - JSON 文字列をデコードする hash_hmac() - HMAC 方式を使用してハッシュ値を生成する serial ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
PREV 1 2 3 NEXT