Results of 1 - 10 of about 23 for nonce (0.008 sec.)
- 秘密鍵と nonce を、疑似ランダムなバイト列の鍵ストリームに展開する 12584
- « sodium_crypto_stream_xchacha20_xor sodium_crypto_stream_xor » PHP Manual Sodium 関数 秘密鍵と
...
= 8.1.0) sodium_crypto_stream_xchacha20 — 秘密鍵と nonce を、疑似ランダムなバイト列の鍵ストリームに展開する ...
um_crypto_stream_xchacha20 ( int $length , string $nonce , string $key ): string key と nonce を 疑似ランダ ...
ムに展開します。 パラメータ length バイト列の長さ。 nonce 24バイト長の nonce。 key 秘密鍵。 sodium_crypto_st ...
ムなバイト列のストリームを返します。 関連キーワード: nonce , バイト , 疑似 , ストリーム , 展開 , crypto , str ...
-
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20.html
- [similar]
- nonce と秘密鍵を使ってメッセージを暗号化する(認証なし) 11964
- « sodium_crypto_stream_xchacha20_keygen sodium_crypto_stream_xchacha20 » PHP Manual Sodium 関数
...
P 8 >= 8.1.0) sodium_crypto_stream_xchacha20_xor — nonce と秘密鍵を使ってメッセージを暗号化する(認証なし) 説 ...
o_stream_xchacha20_xor ( string $message , string $nonce , string $key ): string nonce と 秘密鍵 key を使っ ...
られます。 パラメータ message 暗号化するメッセージ。 nonce 24バイトの nonce。 key 暗号化キー。 sodium_crypto_ ...
暗号化されたメッセージを返します。 関連キーワード: nonce , 暗号 , 認証 , メッセージ , sodium , crypto , xch ...
-
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20-xor.html
- [similar]
- 認証付きの共有鍵による暗号化 10305
- « sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manu
...
odium_crypto_secretbox ( string $message , string $nonce , string $key ): string 対称(共有)鍵を使い、メッセ ...
ます。 パラメータ message 暗号化するプレーンテキスト nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ...
戻り値 暗号化された文字列を返します。 エラー / 例外 nonce の長さが SODIUM_CRYPTO_SECRETBOX_NONCEBYTES (24 バ ...
odium_crypto_secretbox_keygen (); // Do not reuse $nonce with the same key $nonce = random_bytes ( SODIUM_C ...
-
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html
- [similar]
- 認証付きの共有鍵による復号 10238
- « sodium_crypto_secretbox_keygen sodium_crypto_secretbox » PHP Manual Sodium 関数 認証付きの共有
...
ypto_secretbox_open ( string $ciphertext , string $nonce , string $key ): string | false 対称(共有)鍵を使い ...
ません。 (暗号化されたテキスト、タグを連結したもの) nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ...
す。 失敗した場合に false を返します. エラー / 例外 nonce の長さが SODIUM_CRYPTO_SECRETBOX_NONCEBYTES (24 バ ...
DIUM_CRYPTO_SECRETBOX_KEYBYTES ); // Do not reuse $nonce with the same key $nonce = random_bytes ( SODIUM_C ...
-
https://man.plustar.jp/php/function.sodium-crypto-secretbox-open.html
- [similar]
- 続くリクエスト用のノンスを設定する 10171
- « OAuth::setCAPath OAuth::setRequestEngine » PHP Manual OAuth 続くリクエスト用のノンスを設定する
...
OAuth::setNonce (PECL OAuth >= 0.99.1) OAuth::setNonce — 続くリクエ ...
スト用のノンスを設定する 説明 public OAuth::setNonce ( string $nonce ): mixed それ以降のすべてのリクエス ...
ト用のノンスを設定します。 パラメータ nonce oauth_nonce の値。 戻り値 成功した場合に true を返 ...
します。 nonce が無効な場合に false を返します。 変更履歴 バージョ ...
-
https://man.plustar.jp/php/oauth.setnonce.html
- [similar]
- メッセージを暗号化する 9551
- « sodium_crypto_aead_chacha20poly1305_ietf_decrypt sodium_crypto_aead_chacha20poly1305_ietf_keyg
...
tring $message , string $additional_data , string $nonce , string $key ): string ChaCha20-Poly1305 を使って ...
IETF バリアントです) IETF バリアントは、96ビットの nonce と 32ビットの内部カウンタを持ちます。 標準では、no ...
ませんし、 暗号化されたテキストにも保存されません。 nonce メッセージごとに一度だけ使われる数値。 長さは12バイ ...
string , sodium , crypto , aead , chacha , poly , nonce , 認証 ...
-
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-ietf-enc...
- [similar]
- 暗号化されたテキストが、有効なタグを持っているかを調べる 9266
- « sodium_crypto_aead_chacha20poly1305_encrypt sodium_crypto_aead_chacha20poly1305_ietf_encrypt »
...
ng $ciphertext , string $additional_data , string $nonce , string $key ): string | false ChaCha20-Poly1305 ...
IETF バリアントです) IETF バリアントは、96ビットの nonce と 32ビットの内部カウンタを持ちます。 標準では、no ...
んし、 暗号化されたテキストにも保存されていません。 nonce メッセージごとに一度だけ使われる数値。 長さは12バイ ...
sodium , crypto , aead , chacha , poly , string , nonce ...
-
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-ietf-dec...
- [similar]
- 認証を行わずにメッセージを暗号化する 8311
- « sodium_crypto_stream_xchacha20 sodium_crypto_stream » PHP Manual Sodium 関数 認証を行わずにメッ
...
dium_crypto_stream_xor ( string $message , string $nonce , string $key ): string この関数は XSalsa20 を用い ...
行いません。 パラメータ message 暗号化するメッセージ nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ...
, 認証 , sodium , crypto , stream , string , key , nonce , 関数 ...
-
https://man.plustar.jp/php/function.sodium-crypto-stream-xor.html
- [similar]
- シードから、結果がひとつに定まるバイト列を生成する 8311
- « sodium_crypto_stream_xor sodium_hex2bin » PHP Manual Sodium 関数 シードから、結果がひとつに定ま
...
説明 sodium_crypto_stream ( int $length , string $nonce , string $key ): string シードから、結果がひとつに ...
。 パラメータ length 長さをバイト単位で指定します。 nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ...
列 , sodium , crypto , stream , string , length , nonce ...
-
https://man.plustar.jp/php/function.sodium-crypto-stream.html
- [similar]
- 認証付きの公開鍵による復号 8177
- « sodium_crypto_box_keypair sodium_crypto_box_publickey_from_secretkey » PHP Manual Sodium 関数
...
ium_crypto_box_open ( string $ciphertext , string $nonce , string $key_pair ): string | false 非対称(公開鍵 ...
ータ ciphertext 復号を試みる、暗号化されたメッセージ nonce メッセージごとに一度だけ使われる数値。 長さは24バイ ...
crypto , box , メッセージ , string , open , 暗号 , nonce ...
-
https://man.plustar.jp/php/function.sodium-crypto-box-open.html
- [similar]