検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 128 for sodium (0.014 sec.)
復号のためのシークレットストリームのコンテキストを初期化する 6934
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual Sodium ... めのシークレットストリームのコンテキストを初期化する sodium_crypto_secretstream_xchacha20poly1305_init_pull (P ... HP 7 >= 7.2.0, PHP 8) sodium_crypto_secretstream_xchacha20poly1305_init_pull — ... ークレットストリームのコンテキストを初期化する 説明 sodium_crypto_secretstream_xchacha20poly1305_init_pull ( ... タ header シークレットストリームのヘッダ。 これは、 sodium_crypto_secretstream_xchacha20poly1305_init_push() ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
スカラー値を反転させる 6910
« sodium_crypto_core_ristretto255_scalar_complement sodium_crypto_core_ristretto255_scalar_mul » ... PHP Manual Sodium 関数 スカラー値を反転させる sodium_crypto_core_ris ... tretto255_scalar_invert (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_scalar_invert — スカラー値 ... を反転させる 説明 sodium_crypto_core_ristretto255_scalar_invert ( string $s ... ): string スカラー値を反転させます。 libsodium 1.0.18 以降で利用可能です。 警告 この関数は、 現在 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-inver... - [similar]
スカラー値の論理否定を行う 6910
« sodium_crypto_core_ristretto255_scalar_mul sodium_crypto_core_ristretto255_scalar_random » PHP ... Manual Sodium 関数 スカラー値の論理否定を行う sodium_crypto_core ... _ristretto255_scalar_negate (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_scalar_negate — スカラー値 ... の論理否定を行う 説明 sodium_crypto_core_ristretto255_scalar_negate ( string $s ... ): string スカラー値の論理否定演算を行います。 libsodium 1.0.18 以降で利用可能です。 警告 この関数は、 現在 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-negat... - [similar]
ランダムな暗号化キーを生成する 6910
« sodium_crypto_stream_keygen sodium_crypto_stream_xchacha20_xor » PHP Manual Sodium 関数 ランダ ... ムな暗号化キーを生成する sodium_crypto_stream_xchacha20_keygen (PHP 8 >= 8.1.0) so ... cha20_keygen — ランダムな暗号化キーを生成する 説明 sodium_crypto_stream_xchacha20_keygen (): string sodium_c ... ラメータ この関数にはパラメータはありません。 戻り値 sodium_crypto_stream_xchacha20() で使う、 32バイト長のラン ... 暗号化キーを返します。 関連キーワード: キー , 生成 , sodium , crypto , stream , xchacha , keygen , 関数 , パラ ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20-keygen.html - [similar]
文字列をNUL文字で上書きする 6910
« sodium_memcmp sodium_pad » PHP Manual Sodium 関数 文字列をNUL文字で上書きする sodium_memzero ( ... PHP 7 >= 7.2.0, PHP 8) sodium_memzero — 文字列をNUL文字で上書きする 説明 sodium_ ... memzero ( string &$string ): void sodium_memzero() は、 リファレンス渡しされた文字列をゼロ埋 ... を返しません。 関連キーワード: NUL , 文字 , 上書き , sodium , memzero , string , memcmp , pad , Sodium , 関数 ...
https://man.plustar.jp/php/function.sodium-memzero.html - [similar]
匿名の公開鍵暗号による復号 6885
« sodium_crypto_box_publickey sodium_crypto_box_seal » PHP Manual Sodium 関数 匿名の公開鍵暗号に ... よる復号 sodium_crypto_box_seal_open (PHP 7 >= 7.2.0, PHP 8) sodiu ... to_box_seal_open — 匿名の公開鍵暗号による復号 説明 sodium_crypto_box_seal_open ( string $ciphertext , string ... $key_pair ): string | false sodium_crypto_box_seal() を使って暗号化されたメッセージを ... を返します。 失敗した場合に false を返します. 例 例1 sodium_crypto_box_seal_open() の例 <?php // Ciphertext is ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal-open.html - [similar]
16進エンコードされたバイナリ文字列をデコードする 6788
« sodium_crypto_stream sodium_increment » PHP Manual Sodium 関数 16進エンコードされたバイナリ文字 ... 列をデコードする sodium_hex2bin (PHP 7 >= 7.2.0, PHP 8) sodium_hex2bin — 1 ... 進エンコードされたバイナリ文字列をデコードする 説明 sodium_hex2bin ( string $string , string $ignore = "" ): ... 6進エンコードされたバイナリ文字列をデコードします。 sodium_bin2hex() と同じく、 sodium_hex2bin() 関数はサイド ... 現を返します。 関連キーワード: バイナリ , デコード , sodium , hex , string , 関数 , ignore , 表現 , increment ...
https://man.plustar.jp/php/function.sodium-hex2bin.html - [similar]
生バイナリを base64 文字列にエンコードする 6739
« sodium_base642bin sodium_bin2hex » PHP Manual Sodium 関数 生バイナリを base64 文字列にエンコー ... ドする sodium_bin2base64 (PHP 7 >= 7.2.0, PHP 8) sodium_bin2base ... — 生バイナリを base64 文字列にエンコードする 説明 sodium_bin2base64 ( string $string , int $id ): string 生 ... れた文字列に変換します。 base64_encode() と異なり、 sodium_bin2base64() は定数時間 (この性質は、プレーンテキス ... しています。 パラメータ string 生のバイナリ文字列 id SODIUM_BASE64_VARIANT_ORIGINAL - 標準的な base64 文字列 ( ...
https://man.plustar.jp/php/function.sodium-bin2base64.html - [similar]
crypto_box 鍵ペアから、公開鍵を取り出す 6678
« sodium_crypto_box_publickey_from_secretkey sodium_crypto_box_seal_open » PHP Manual Sodium 関数 ... crypto_box 鍵ペアから、公開鍵を取り出す sodium_crypto_box_publickey (PHP 7 >= 7.2.0, PHP 8) sodiu ... key — crypto_box 鍵ペアから、公開鍵を取り出す 説明 sodium_crypto_box_publickey ( string $key_pair ): string ... こから公開鍵のみを取り出します。 パラメータ key_pair sodium_crypto_box_keypair() や sodium_crypto_box_seed_key ... 鍵を返します。 関連キーワード: box , crypto , ペア , sodium , 鍵 , publickey , string , keypair , key , 生成 ...
https://man.plustar.jp/php/function.sodium-crypto-box-publickey.html - [similar]
Description 6678
« sodium_crypto_kx_secretkey sodium_crypto_kx_server_session_keys » PHP Manual Sodium 関数 Descr ... iption sodium_crypto_kx_seed_keypair (PHP 7 >= 7.2.0, PHP 8) sod ... ium_crypto_kx_seed_keypair — Description 説明 sodium_crypto_kx_seed_keypair ( string $seed ): string 警 ... パラメータ seed 戻り値 関連キーワード: Description , sodium , crypto , kx , keypair , 関数 , string , secretke ... y , server , Sodium ...
https://man.plustar.jp/php/function.sodium-crypto-kx-seed-keypair.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT