App下載

詞條

大約有 4,000 項(xiàng)符合查詢結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,409 項(xiàng)。(搜索耗時(shí):0.0067秒)

1311.PHP8 sodium_crypto_box_seed_keypair

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_seed_keypair — 確定性地從單個(gè)密鑰派生密鑰對(duì)說(shuō)明sodium_crypto_box_seed_keypair(string $seed): string夾緊種子以形成密鑰,派生公鑰,并將兩者作為密鑰對(duì)返回。這些函數(shù)非常適合從 password 和 salt。使...

http://m.o2fo.com/phpchinese/php8-sodiumcryptowboxseedkeypair.html

1312.PHP8 sodium_crypto_box

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box — 經(jīng)過(guò)身份驗(yàn)證的公鑰加密說(shuō)明sodium_crypto_box(string $message, string $nonce, string $key_pair): string使用非對(duì)稱(公鑰)加密郵件。以 sodium_crypto_box() 為前綴的函數(shù)使用的算法是 蒙哥馬利曲線上的...

http://m.o2fo.com/phpchinese/php8-sodiumcryptobox.html

1313.PHP8 sodium_crypto_core_ristretto255_add

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_add — 添加元素說(shuō)明sodium_crypto_core_ristretto255_add(string $p, string $q): string向 中添加一個(gè)元素。 從 libsodium 1.0.18 開(kāi)始可用。qp警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) p一個(gè)元素。q一個(gè)...

http://m.o2fo.com/phpchinese/php8-sodiumcryptocoreristretto255-add.html

1314.PHP8 sodium_crypto_core_ristretto255_random

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_random — 生成隨機(jī)密鑰說(shuō)明sodium_crypto_core_ristretto255_random(): string生成一個(gè)隨機(jī)鍵。 從 libsodium 1.0.18 開(kāi)始可用。警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 返...

http://m.o2fo.com/phpchinese/php8-sodiumcryptocoreristretto255unrandom.html

1315.PHP8 sodium_crypto_core_ristretto255_sub

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_sub — 減去元素說(shuō)明sodium_crypto_core_ristretto255_sub(string $p, string $q): string從中減去一個(gè)元素。 從 libsodium 1.0.18 開(kāi)始可用。qp警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) p一個(gè)元素。q一個(gè)...

http://m.o2fo.com/phpchinese/php8-sodiumcryptocoreristretto255sub.html

1316.PHP8 sodium_crypto_generichash_keygen

PHP 7 >= 7.2.0, PHP 8)Sodium_crypto_genericash_keigen — 生成了兩個(gè)半的 genericash kay說(shuō)明sodium_crypto_generichash_keygen(): string生成用于 generichash API 的隨機(jī)密鑰。參數(shù)此函數(shù)沒(méi)有參數(shù)。返回值隨機(jī)的 256 位密鑰。

http://m.o2fo.com/phpchinese/php8-sodiumcryptogenerichashkeygen.html

1317.PHP8 sodium_crypto_generichash

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_generichash — 獲取消息的哈希值說(shuō)明sodium_crypto_generichash(string $message, string $key = "", int $length = SODIUM_CRYPTO_GENERICHASH_BYTES): string使用 BLAKE2b 對(duì)消息進(jìn)行哈希處理。參數(shù) message正在散列的消息。key(可...

http://m.o2fo.com/phpchinese/php8-sodiumcryptogenerichash.html

1318.PHP8 sodium_crypto_kdf_derive_from_key

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_kdf_derive_from_key — 派生子項(xiàng)說(shuō)明sodium_crypto_kdf_derive_from_key( int $subkey_length, int $subkey_id, string $context, string $key ): string從根鍵和其他上下文派生子項(xiàng)。與 hash_hkdf() 類似。參數(shù) subkey_length要返回的...

http://m.o2fo.com/phpchinese/php8-sodiumcryptokdfderivefromkey.html

1319.PHP8 sodium_crypto_kdf_keygen

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_kdf_keygen — 為KDF接口生成一個(gè)隨機(jī)的根密鑰說(shuō)明sodium_crypto_kdf_keygen(): string生成一個(gè)隨機(jī)密鑰,適合用作 sodium_crypto_kdf_derive_from_key() 的根密鑰。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 隨機(jī)的 256 位密...

http://m.o2fo.com/phpchinese/php8-sodiumcryptokdfkeygen.html

1320.PHP8 sodium_crypto_kx_client_session_keys

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_kx_client_session_keys — 計(jì)算客戶端會(huì)話密鑰。說(shuō)明sodium_crypto_kx_client_session_keys(string $client_key_pair, string $server_key): array使用 X25519 + BLAKE2b 密鑰交換方法計(jì)算客戶端會(huì)話密鑰。參數(shù) client_key_paircrypto_kx...

http://m.o2fo.com/phpchinese/php8-sodiumcryptokxclientsessionkeys.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1311.PHP8 sodium_crypto_box_seed_keypair

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_seed_keypair — 確定性地從單個(gè)密鑰派生密鑰對(duì)說(shuō)明sodium_crypto_box_seed_keypair(string $seed): string夾緊種子以形成密鑰,派生公鑰,并將兩者作為密鑰對(duì)返回。這些函數(shù)非常適合從 password 和 salt。使...

http://m.o2fo.com/phpchinese/php8-sodiumcryptowboxseedkeypair.html

1312.PHP8 sodium_crypto_box

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box — 經(jīng)過(guò)身份驗(yàn)證的公鑰加密說(shuō)明sodium_crypto_box(string $message, string $nonce, string $key_pair): string使用非對(duì)稱(公鑰)加密郵件。以 sodium_crypto_box() 為前綴的函數(shù)使用的算法是 蒙哥馬利曲線上的...

http://m.o2fo.com/phpchinese/php8-sodiumcryptobox.html

1313.PHP8 sodium_crypto_core_ristretto255_add

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_add — 添加元素說(shuō)明sodium_crypto_core_ristretto255_add(string $p, string $q): string向 中添加一個(gè)元素。 從 libsodium 1.0.18 開(kāi)始可用。qp警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) p一個(gè)元素。q一個(gè)...

http://m.o2fo.com/phpchinese/php8-sodiumcryptocoreristretto255-add.html

1314.PHP8 sodium_crypto_core_ristretto255_random

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_random — 生成隨機(jī)密鑰說(shuō)明sodium_crypto_core_ristretto255_random(): string生成一個(gè)隨機(jī)鍵。 從 libsodium 1.0.18 開(kāi)始可用。警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 返...

http://m.o2fo.com/phpchinese/php8-sodiumcryptocoreristretto255unrandom.html

1315.PHP8 sodium_crypto_core_ristretto255_sub

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_sub — 減去元素說(shuō)明sodium_crypto_core_ristretto255_sub(string $p, string $q): string從中減去一個(gè)元素。 從 libsodium 1.0.18 開(kāi)始可用。qp警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) p一個(gè)元素。q一個(gè)...

http://m.o2fo.com/phpchinese/php8-sodiumcryptocoreristretto255sub.html

1316.PHP8 sodium_crypto_generichash_keygen

PHP 7 >= 7.2.0, PHP 8)Sodium_crypto_genericash_keigen — 生成了兩個(gè)半的 genericash kay說(shuō)明sodium_crypto_generichash_keygen(): string生成用于 generichash API 的隨機(jī)密鑰。參數(shù)此函數(shù)沒(méi)有參數(shù)。返回值隨機(jī)的 256 位密鑰。

http://m.o2fo.com/phpchinese/php8-sodiumcryptogenerichashkeygen.html

1317.PHP8 sodium_crypto_generichash

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_generichash — 獲取消息的哈希值說(shuō)明sodium_crypto_generichash(string $message, string $key = "", int $length = SODIUM_CRYPTO_GENERICHASH_BYTES): string使用 BLAKE2b 對(duì)消息進(jìn)行哈希處理。參數(shù) message正在散列的消息。key(可...

http://m.o2fo.com/phpchinese/php8-sodiumcryptogenerichash.html

1318.PHP8 sodium_crypto_kdf_derive_from_key

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_kdf_derive_from_key — 派生子項(xiàng)說(shuō)明sodium_crypto_kdf_derive_from_key( int $subkey_length, int $subkey_id, string $context, string $key ): string從根鍵和其他上下文派生子項(xiàng)。與 hash_hkdf() 類似。參數(shù) subkey_length要返回的...

http://m.o2fo.com/phpchinese/php8-sodiumcryptokdfderivefromkey.html

1319.PHP8 sodium_crypto_kdf_keygen

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_kdf_keygen — 為KDF接口生成一個(gè)隨機(jī)的根密鑰說(shuō)明sodium_crypto_kdf_keygen(): string生成一個(gè)隨機(jī)密鑰,適合用作 sodium_crypto_kdf_derive_from_key() 的根密鑰。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 隨機(jī)的 256 位密...

http://m.o2fo.com/phpchinese/php8-sodiumcryptokdfkeygen.html

1320.PHP8 sodium_crypto_kx_client_session_keys

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_kx_client_session_keys — 計(jì)算客戶端會(huì)話密鑰。說(shuō)明sodium_crypto_kx_client_session_keys(string $client_key_pair, string $server_key): array使用 X25519 + BLAKE2b 密鑰交換方法計(jì)算客戶端會(huì)話密鑰。參數(shù) client_key_paircrypto_kx...

http://m.o2fo.com/phpchinese/php8-sodiumcryptokxclientsessionkeys.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程