(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_aead_xchacha20poly1305_ietf_keygen — 生成一個隨機的XChaCha20-Poly1305密鑰。說明sodium_crypto_aead_xchacha20poly1305_ietf_keygen(): string生成一個用于 sodium_crypto_aead_xchacha20poly1305_ietf_encrypt() 和 sodium_crypto_aead_xchac...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto1eadxchacha20poly1305ietfkeygen.html(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() 的密鑰。參數(shù) 此函數(shù)沒有參數(shù)。返回值 返回一個 256 位隨...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoauthkeygen.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_auth_verify — 驗證標(biāo)簽對郵件是否有效說明sodium_crypto_auth_verify(string $mac, string $message, string $key): bool驗證身份驗證標(biāo)記是否對給定消息和密鑰有效。與數(shù)字簽名(例如sodium_crypto_sign_verify_detached(...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoauthverify.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_auth — 計算消息的標(biāo)簽說明sodium_crypto_auth(string $message, string $key): string通過 sodium_crypto_auth() 的對稱消息身份驗證提供 誠信,但不是保密。與數(shù)字簽名(例如sodium_crypto_sign_detached())不同,...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoauth.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_keypair_from_secretkey_and_publickey — 從私鑰和公鑰創(chuàng)建統(tǒng)一的密鑰對字符串說明sodium_crypto_box_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string此函數(shù)的存在是為了滿足 crypto_box()...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoboxkeypairfromsecretkeyandpublickey.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_keypair — 隨機生成一個密鑰和一個相應(yīng)的公鑰說明 sodium_crypto_box_keypair(): string將密鑰和公鑰生成為一個字符串。要從這個統(tǒng)一的密鑰對字符串中獲取密鑰,請參閱 sodium_crypto_box_secretkey())...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoboxkeypair.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_open — 經(jīng)過身份驗證的公鑰解密說明sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false使用非對稱(公鑰)加密技術(shù)解密消息。參數(shù) ciphertext要嘗試解密的加密消息。nonce每...
http://m.o2fo.com/phpchinese/php8-sodiumcryptounboxopen.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_publickey_from_secretkey — 從密鑰計算公鑰說明sodium_crypto_box_publickey_from_secretkey(string $secret_key): string給定一個密鑰,計算相應(yīng)的公鑰。這僅適用于用于 crypto_box() 的鍵類型(在蒙哥馬利曲線上...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto-boxpublickkey-fromsecretkey.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_publickey — 從crypto_box密鑰對中提取公鑰說明sodium_crypto_box_publickey(string $key_pair): string給定密鑰對,僅獲取公鑰。參數(shù) key_pair密鑰對,例如由 sodium_crypto_box_keypair() 或 sodium_crypto_box_seed_keypair...
http://m.o2fo.com/phpchinese/php8-sodiumcryptowboxpublickey.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_secretkey — 從crypto_box密鑰對中提取密鑰說明sodium_crypto_box_secretkey(string $key_pair): string給定密鑰對,僅獲取密鑰。參數(shù) key_pair密鑰對,例如由 sodium_crypto_box_keypair() 或 sodium_crypto_box_seed_keypair...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto-boxsecretkey.html抱歉,暫時沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的教程
w3cschool 建議您:
(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_aead_xchacha20poly1305_ietf_keygen — 生成一個隨機的XChaCha20-Poly1305密鑰。說明sodium_crypto_aead_xchacha20poly1305_ietf_keygen(): string生成一個用于 sodium_crypto_aead_xchacha20poly1305_ietf_encrypt() 和 sodium_crypto_aead_xchac...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto1eadxchacha20poly1305ietfkeygen.html(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() 的密鑰。參數(shù) 此函數(shù)沒有參數(shù)。返回值 返回一個 256 位隨...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoauthkeygen.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_auth_verify — 驗證標(biāo)簽對郵件是否有效說明sodium_crypto_auth_verify(string $mac, string $message, string $key): bool驗證身份驗證標(biāo)記是否對給定消息和密鑰有效。與數(shù)字簽名(例如sodium_crypto_sign_verify_detached(...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoauthverify.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_auth — 計算消息的標(biāo)簽說明sodium_crypto_auth(string $message, string $key): string通過 sodium_crypto_auth() 的對稱消息身份驗證提供 誠信,但不是保密。與數(shù)字簽名(例如sodium_crypto_sign_detached())不同,...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoauth.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_keypair_from_secretkey_and_publickey — 從私鑰和公鑰創(chuàng)建統(tǒng)一的密鑰對字符串說明sodium_crypto_box_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string此函數(shù)的存在是為了滿足 crypto_box()...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoboxkeypairfromsecretkeyandpublickey.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_keypair — 隨機生成一個密鑰和一個相應(yīng)的公鑰說明 sodium_crypto_box_keypair(): string將密鑰和公鑰生成為一個字符串。要從這個統(tǒng)一的密鑰對字符串中獲取密鑰,請參閱 sodium_crypto_box_secretkey())...
http://m.o2fo.com/phpchinese/php8-sodiumcryptoboxkeypair.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_open — 經(jīng)過身份驗證的公鑰解密說明sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false使用非對稱(公鑰)加密技術(shù)解密消息。參數(shù) ciphertext要嘗試解密的加密消息。nonce每...
http://m.o2fo.com/phpchinese/php8-sodiumcryptounboxopen.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_publickey_from_secretkey — 從密鑰計算公鑰說明sodium_crypto_box_publickey_from_secretkey(string $secret_key): string給定一個密鑰,計算相應(yīng)的公鑰。這僅適用于用于 crypto_box() 的鍵類型(在蒙哥馬利曲線上...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto-boxpublickkey-fromsecretkey.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_publickey — 從crypto_box密鑰對中提取公鑰說明sodium_crypto_box_publickey(string $key_pair): string給定密鑰對,僅獲取公鑰。參數(shù) key_pair密鑰對,例如由 sodium_crypto_box_keypair() 或 sodium_crypto_box_seed_keypair...
http://m.o2fo.com/phpchinese/php8-sodiumcryptowboxpublickey.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_box_secretkey — 從crypto_box密鑰對中提取密鑰說明sodium_crypto_box_secretkey(string $key_pair): string給定密鑰對,僅獲取密鑰。參數(shù) key_pair密鑰對,例如由 sodium_crypto_box_keypair() 或 sodium_crypto_box_seed_keypair...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto-boxsecretkey.html抱歉,暫時沒有相關(guān)的文章
w3cschool 建議您: