検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 128 for sodium (0.004 sec.)
sodium_crypto_stream で用いる、ランダムな鍵を生成する 7227
« sodium_crypto_sign sodium_crypto_stream_xchacha20_keygen » PHP Manual Sodium 関数 sodium_crypt ... o_stream で用いる、ランダムな鍵を生成する sodium_crypto_stream_keygen (PHP 7 >= 7.2.0, PHP 8) sodiu ... m_crypto_stream_keygen — sodium_crypto_stream で用いる、ランダムな鍵を生成する 説明 ... sodium_crypto_stream_keygen (): string sodium_crypto_stre ... am() や sodium_crypto_stream_xor() で用いる鍵を生成します。 パラメ ...
https://man.plustar.jp/php/function.sodium-crypto-stream-keygen.html - [similar]
メッセージをハッシュに追加する 7142
« sodium_crypto_generichash_keygen sodium_crypto_generichash » PHP Manual Sodium 関数 メッセージ ... をハッシュに追加する sodium_crypto_generichash_update (PHP 7 >= 7.2.0, PHP 8) ... chash_update — メッセージをハッシュに追加する 説明 sodium_crypto_generichash_update ( string &$state , strin ... ステートにメッセージを追加します。 パラメータ state sodium_crypto_generichash_init() . の戻り値 message ハッシ ... true を、失敗した場合に false を返します。 例 例1 sodium_crypto_generichash_update() の例 <?php $messages = ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-update.html - [similar]
sodium_crypto_auth で使う、ランダムな鍵を生成する 7117
« 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() ...sodium_crypto_auth_verify() で使う鍵を生成します。 パラメ ...
https://man.plustar.jp/php/function.sodium-crypto-auth-keygen.html - [similar]
匿名の公開鍵暗号による暗号化 7117
« sodium_crypto_box_seal_open sodium_crypto_box_secretkey » PHP Manual Sodium 関数 匿名の公開鍵暗 ... 号による暗号化 sodium_crypto_box_seal (PHP 7 >= 7.2.0, PHP 8) sodium_cry ... pto_box_seal — 匿名の公開鍵暗号による暗号化 説明 sodium_crypto_box_seal ( string $message , string $public ... みが復号できるやり方で、 メッセージを暗号化します。 sodium_crypto_box() と異なり、 sodium_crypto_box_seal() に ... す。 それゆえに、匿名の公開鍵暗号と呼ばれています。 sodium_crypto_box_seal() 関数は暗号化メッセージの完全性を ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal.html - [similar]
ストリーミングのためにハッシュを初期化する 7117
« sodium_crypto_generichash_final sodium_crypto_generichash_keygen » PHP Manual Sodium 関数 スト ... リーミングのためにハッシュを初期化する sodium_crypto_generichash_init (PHP 7 >= 7.2.0, PHP 8) so ... — ストリーミングのためにハッシュを初期化する 説明 sodium_crypto_generichash_init ( string $key = "" , int $ ... length = SODIUM_CRYPTO_GENERICHASH_BYTES ): string ストリーミングハ ... アライズされた、 ハッシュステートを返します。 例 例1 sodium_crypto_generichash_init() の例 <?php $messages = [ ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-init.html - [similar]
認証付きの共有鍵による復号 7117
« sodium_crypto_secretbox_keygen sodium_crypto_secretbox » PHP Manual Sodium 関数 認証付きの共有 ... 鍵による復号 sodium_crypto_secretbox_open (PHP 7 >= 7.2.0, PHP 8) sodi ... o_secretbox_open — 認証付きの共有鍵による復号 説明 sodium_crypto_secretbox_open ( string $ciphertext , strin ... されたメッセージを復号します。 パラメータ ciphertext sodium_crypto_secretbox() が生成したフォーマットでなければ ... 合に false を返します. エラー / 例外 nonce の長さが SODIUM_CRYPTO_SECRETBOX_NONCEBYTES (24 バイト) と異なって ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox-open.html - [similar]
認証付きの共有鍵による暗号化 7081
« sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manu ... al Sodium 関数 認証付きの共有鍵による暗号化 sodium_crypto_se ... cretbox (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_secretbox — 認証付きの共有鍵による暗号化 説 ...sodium_crypto_secretbox ( string $message , string $nonce ... れた文字列を返します。 エラー / 例外 nonce の長さが SODIUM_CRYPTO_SECRETBOX_NONCEBYTES (24 バイト) と異なって ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html - [similar]
要素を追加する 7056
« sodium_crypto_box sodium_crypto_core_ristretto255_from_hash » PHP Manual Sodium 関数 要素を追加 ... する sodium_crypto_core_ristretto255_add (PHP 8 >= 8.1.0) sodi ... crypto_core_ristretto255_add — 要素を追加する 説明 sodium_crypto_core_ristretto255_add ( string $p , string ... $q ): string 要素 q を p に追加します。 libsodium 1.0.18 以降で利用可能です。 警告 この関数は、 現在 ... り値 32バイト長のランダムな文字列を返します。 例 例1 sodium_crypto_core_ristretto255_add() の例 <?php $foo = s ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-add.html - [similar]
ベクトルをマップする 7056
« sodium_crypto_core_ristretto255_add sodium_crypto_core_ristretto255_is_valid_point » PHP Manua ... l Sodium 関数 ベクトルをマップする sodium_crypto_core_ristr ... etto255_from_hash (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_from_hash — ベクトルをマッ ... プする 説明 sodium_crypto_core_ristretto255_from_hash ( string $s ): ... ト長のベクトル s をグループの要素にマップします。 libsodium 1.0.18 以降で利用可能です。 警告 この関数は、 現在 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-from-hash.ht... - [similar]
ランダムな鍵を生成する 7056
« sodium_crypto_core_ristretto255_is_valid_point sodium_crypto_core_ristretto255_scalar_add » PH ... P Manual Sodium 関数 ランダムな鍵を生成する sodium_crypto_core_ris ... tretto255_random (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_random — ランダムな鍵を生 ... 成する 説明 sodium_crypto_core_ristretto255_random (): string ランダム ... な鍵を生成します。 libsodium 1.0.18 以降で利用可能です。 警告 この関数は、 現在 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-random.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT