検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 23 for nonce (0.002 sec.)
認証付きの公開鍵による暗号化 7959
« sodium_crypto_box_seed_keypair sodium_crypto_core_ristretto255_add » PHP Manual Sodium 関数 認 ... 説明 sodium_crypto_box ( string $message , string $nonce , string $key_pair ): string 非対称(公開鍵)暗号を使 ... 519 です。 パラメータ message 暗号化するメッセージ nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ... , box , string , メッセージ , 暗号 , 関数 , 形式 , nonce ...
https://man.plustar.jp/php/function.sodium-crypto-box.html - [similar]
XChaCha20-Poly1305 を使って暗号化し、認証を行う(AEADモードのうちもっとも好ましい... 7892
« sodium_crypto_aead_xchacha20poly1305_ietf_decrypt sodium_crypto_aead_xchacha20poly1305_ietf_ke ... tring $message , string $additional_data , string $nonce , string $key ): string XChaCha20-Poly1305 (eXtend ... ed-nonce バリアント) を使って暗号化し、認証を行います。 一般 ... ませんし、 暗号化されたテキストにも保存されません。 nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-xchacha20poly1305-ietf-en... - [similar]
XChaCha20-Poly1305 を用いてメッセージを検証し、復号する(AEADモードのうちもっとも... 7825
« sodium_crypto_aead_chacha20poly1305_keygen sodium_crypto_aead_xchacha20poly1305_ietf_encrypt » ... ng $ciphertext , string $additional_data , string $nonce , string $key ): string | false ChaCha20-Poly1305 ... (eXtended-nonce バリアント) を用いてメッセージを検証し、復号します ... んし、 暗号化されたテキストにも保存されていません。 nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-xchacha20poly1305-ietf-de... - [similar]
timestampNonceHandler コールバックを設定する 7490
« OAuthProvider::setRequestTokenPath OAuthProvider::tokenHandler » PHP Manual OAuthProvider time ... stampNonceHandler コールバックを設定する OAuthProvider::times ... tampNonceHandler (PECL OAuth >= 1.0.0) OAuthProvider::timest ... ampNonceHandler — timestampNonceHandler コールバックを設定す ... る 説明 public OAuthProvider::timestampNonceHandler ( callable $callback_function ): void タイム ...
https://man.plustar.jp/php/oauthprovider.timestampnoncehandler.html - [similar]
ChaCha20-Poly1305 を使って暗号化し、認証を行う 7406
« sodium_crypto_aead_chacha20poly1305_decrypt sodium_crypto_aead_chacha20poly1305_ietf_decrypt » ... tring $message , string $additional_data , string $nonce , string $key ): string ChaCha20-Poly1305 を使って ... ませんし、 暗号化されたテキストにも保存されません。 nonce メッセージごとに一度だけ使われる数値。 長さは8バイ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-encrypt.... - [similar]
AES-256-GCM を使って暗号化し、認証を行う 7339
« sodium_crypto_aead_aes256gcm_decrypt sodium_crypto_aead_aes256gcm_is_available » PHP Manual So ... tring $message , string $additional_data , string $nonce , string $key ): string AES-256-GCM を使って暗号化 ... ませんし、 暗号化されたテキストにも保存されません。 nonce メッセージごとに一度だけ使われる数値。 長さは12バイ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-aes256gcm-encrypt.html - [similar]
ChaCha20-Poly1305 を用いてメッセージを検証し、復号する 7339
« sodium_crypto_aead_aes256gcm_keygen sodium_crypto_aead_chacha20poly1305_encrypt » PHP Manual S ... ng $ciphertext , string $additional_data , string $nonce , string $key ): string | false ChaCha20-Poly1305 ... んし、 暗号化されたテキストにも保存されていません。 nonce メッセージごとに一度だけ使われる数値。 長さは8バイ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-decrypt.... - [similar]
AES-256-GCM を用いてメッセージを検証し、復号する 7272
« sodium_compare sodium_crypto_aead_aes256gcm_encrypt » PHP Manual Sodium 関数 AES-256-GCM を用い ... ng $ciphertext , string $additional_data , string $nonce , string $key ): string | false AES-256-GCM を用い ... んし、 暗号化されたテキストにも保存されていません。 nonce メッセージごとに一度だけ使われる数値。 長さは12バイ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-aes256gcm-decrypt.html - [similar]
PHP による HTTP 認証 6870
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... enticate: Digest realm="' . $realm . '",qop="auth",nonce="' . uniqid (). '",opaque="' . md5 ( $realm ). '"' ... ' ]); $valid_response = md5 ( $A1 . ':' . $data [ 'nonce' ]. ':' . $data [ 'nc' ]. ':' . $data [ 'cnonce' ] ... タが失われている場合への対応 $needed_parts = array( 'nonce' => 1 , 'nc' => 1 , 'cnonce' => 1 , 'qop' => 1 , ' ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
定義済み定数 6803
« リソース型 例 » PHP Manual OAuth 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... す。 OAUTH_OK ( int ) 無事に生きています。 OAUTH_BAD_NONCE ( int ) oauth_nonce の値が前のリクエストで使われた ...
https://man.plustar.jp/php/oauth.constants.html - [similar]
PREV 1 2 3 NEXT