検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 123 for crypto (0.003 sec.)
sodium_crypto_auth で使う、ランダムな鍵を生成する 7329
« sodium_crypto_aead_xchacha20poly1305_ietf_keygen sodium_crypto_auth_verify » PHP Manual Sodium ... 関数 sodium_crypto_auth で使う、ランダムな鍵を生成する sodium_crypto_ ... auth_keygen (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_auth_keygen — sodium_crypto_auth で使う、ランダムな ... 鍵を生成する 説明 sodium_crypto_auth_keygen (): string sodium_crypto_auth() や sod ... ium_crypto_auth_verify() で使う鍵を生成します。 パラメータ こ ...
https://man.plustar.jp/php/function.sodium-crypto-auth-keygen.html - [similar]
crypto_box 鍵ペアから、公開鍵を取り出す 7329
« 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) sodium_crypto_box_publickey — crypto_box 鍵ペアから、公開鍵を取り ... 出す 説明 sodium_crypto_box_publickey ( string $key_pair ): string 鍵ペアを ... 開鍵のみを取り出します。 パラメータ key_pair sodium_crypto_box_keypair() や sodium_crypto_box_seed_keypair() ...
https://man.plustar.jp/php/function.sodium-crypto-box-publickey.html - [similar]
crypto_box 鍵ペアから、秘密鍵を取り出す 7329
« sodium_crypto_box_seal sodium_crypto_box_seed_keypair » PHP Manual Sodium 関数 crypto_box 鍵ペ ... アから、秘密鍵を取り出す sodium_crypto_box_secretkey (PHP 7 >= 7.2.0, PHP 8) sodium_crypt ... o_box_secretkey — crypto_box 鍵ペアから、秘密鍵を取り出す 説明 sodium_crypt ... 密鍵だけを取り出します。 パラメータ key_pair sodium_crypto_box_keypair() や sodium_crypto_box_seed_keypair() ... り値 X25519 形式の秘密鍵を返します。 関連キーワード: crypto , box , ペア , sodium , 鍵 , keypair , secretkey , ...
https://man.plustar.jp/php/function.sodium-crypto-box-secretkey.html - [similar]
crypto_kx 鍵ペアから、公開鍵を取り出す 7329
« sodium_crypto_kx_keypair sodium_crypto_kx_secretkey » PHP Manual Sodium 関数 crypto_kx 鍵ペアか ... ら、公開鍵を取り出す sodium_crypto_kx_publickey (PHP 7 >= 7.2.0, PHP 8) sodium_crypto ... _kx_publickey — crypto_kx 鍵ペアから、公開鍵を取り出す 説明 sodium_crypto ... _kx_publickey ( string $key_pair ): string crypto_kx の鍵ペアから、公開鍵を取り出します。 パラメータ ... key_pair X25519 形式の鍵ペア。 たとえば、 sodium_crypto_kx_keypair() から生成されたものです。 戻り値 X2551 ...
https://man.plustar.jp/php/function.sodium-crypto-kx-publickey.html - [similar]
crypto_kx 鍵ペアから、秘密鍵を取り出す 7329
« sodium_crypto_kx_publickey sodium_crypto_kx_seed_keypair » PHP Manual Sodium 関数 crypto_kx 鍵 ... ペアから、秘密鍵を取り出す sodium_crypto_kx_secretkey (PHP 7 >= 7.2.0, PHP 8) sodium_crypto ... _kx_secretkey — crypto_kx 鍵ペアから、秘密鍵を取り出す 説明 sodium_crypto ... _kx_secretkey ( string $key_pair ): string crypto_kx 鍵ペアから、秘密鍵を取り出します。 パラメータ k ... ey_pair X25519 形式の鍵ペア。 たとえば、 sodium_crypto_kx_keypair() から生成されたものです。 戻り値 X2551 ...
https://man.plustar.jp/php/function.sodium-crypto-kx-secretkey.html - [similar]
sodium_crypto_stream で用いる、ランダムな鍵を生成する 7329
« sodium_crypto_sign sodium_crypto_stream_xchacha20_keygen » PHP Manual Sodium 関数 sodium_crypto ... o_stream で用いる、ランダムな鍵を生成する sodium_crypto_stream_keygen (PHP 7 >= 7.2.0, PHP 8) sodium_crypt ... o_stream_keygen — sodium_crypto_stream で用いる、ランダムな鍵を生成する 説明 sodiu ... m_crypto_stream_keygen (): string sodium_crypto_stream() や ... sodium_crypto_stream_xor() で用いる鍵を生成します。 パラメータ こ ...
https://man.plustar.jp/php/function.sodium-crypto-stream-keygen.html - [similar]
要素を追加する 7304
« sodium_crypto_box sodium_crypto_core_ristretto255_from_hash » PHP Manual Sodium 関数 要素を追加 ... する sodium_crypto_core_ristretto255_add (PHP 8 >= 8.1.0) sodium_cryp ... core_ristretto255_add — 要素を追加する 説明 sodium_crypto_core_ristretto255_add ( string $p , string $q ): s ... バイト長のランダムな文字列を返します。 例 例1 sodium_crypto_core_ristretto255_add() の例 <?php $foo = sodium_c ... rypto_core_ristretto255_random (); $bar = sodium_crypto_core_ristretto255_random (); $value = sodium_crypt ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-add.html - [similar]
要素の値を減らす 7304
« sodium_crypto_core_ristretto255_scalar_sub sodium_crypto_generichash_final » PHP Manual Sodium ... 関数 要素の値を減らす sodium_crypto_core_ristretto255_sub (PHP 8 >= 8.1.0) sodium_cryp ... re_ristretto255_sub — 要素の値を減らす 説明 sodium_crypto_core_ristretto255_sub ( string $p , string $q ): s ... バイト長のランダムな文字列を返します。 例 例1 sodium_crypto_core_ristretto255_sub() の例 <?php $foo = sodium_c ... rypto_core_ristretto255_random (); $bar = sodium_crypto_core_ristretto255_random (); $value = sodium_crypt ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-sub.html - [similar]
ハッシュ値を計算する 7304
« sodium_crypto_core_ristretto255_sub sodium_crypto_generichash_init » PHP Manual Sodium 関数 ハ ... ッシュ値を計算する sodium_crypto_generichash_final (PHP 7 >= 7.2.0, PHP 8) sodium_c ... nerichash_final — ハッシュ値を計算する 説明 sodium_crypto_generichash_final ( string &$state , int $length = ... SODIUM_CRYPTO_GENERICHASH_BYTES ): string ストリーミングハッシュ ... 理を完了させるメソッドです。 パラメータ state sodium_crypto_generichash_init() から返されたハッシュステート。 ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-final.html - [similar]
認証付きの共有鍵による暗号化 7304
« sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manu ... al Sodium 関数 認証付きの共有鍵による暗号化 sodium_crypto_secretbox (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_se ... cretbox — 認証付きの共有鍵による暗号化 説明 sodium_crypto_secretbox ( string $message , string $nonce , stri ... 字列を返します。 エラー / 例外 nonce の長さが SODIUM_CRYPTO_SECRETBOX_NONCEBYTES (24 バイト) と異なっている場合 ... Exception がスローされます。 key の長さが、 SODIUM_CRYPTO_SECRETBOX_KEYBYTES (32 バイト) と異なっている場合、 ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT