App下載

詞條

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

1671.PHP8 openssl_cms_read

(PHP 8)openssl_cms_read — 將CMS文件導(dǎo)出到PEM證書(shū)數(shù)組說(shuō)明openssl_cms_read(string $input_filename, array &$certificates): bool執(zhí)行與 openssl_pkcs7_read() 完全相同的模擬。警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) input_filenamecertificates返回值 成...

http://m.o2fo.com/phpchinese/php8-opensslcms-read.html

1672.PHP8 openssl_cms_verify

(PHP 8)openssl_cms_verify — 驗(yàn)證 CMS 簽名說(shuō)明openssl_cms_verify( string $input_filename, int $flags = 0, ?string $certificates = null, array $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $content = null, ?string $pk7 = null, ?string $sigfile = null, int $encoding = ...

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

1673.PHP8 密碼散列算法 需求

構(gòu)建此擴(kuò)展不需要其他擴(kuò)展。為了支持 Argon2 密碼散列,需要 libargon2。 PHP 7.3.0 起,需要 libargon2 為 20161029 或更高的版本。

http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-requirements.html

1674.PHP8 密碼散列算法 運(yùn)行時(shí)配置

此擴(kuò)展沒(méi)有在 php.ini 中定義配置指令。

http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-runtime-configuration.html

1675.PHP8 Rnp安裝

安裝此 PECL 擴(kuò)展相關(guān)的信息可在手冊(cè)中標(biāo)題為 PECL 擴(kuò)展的安裝章節(jié)中找到。更多信息如新的發(fā)行版本、下載、源文件、 維護(hù)人員信息及變更日志等,都在此處: ? https://pecl.php.net/package/rnp

http://m.o2fo.com/phpchinese/php8-rnp-installation.html

1676.PHP8 Rnp運(yùn)行時(shí)配置

此擴(kuò)展沒(méi)有在 php.ini 中定義配置指令。

http://m.o2fo.com/phpchinese/php8-rnp-runtime-configuration.html

1677.PHP8 Rnp Clearsign 文本

...給定文本進(jìn)行 clearsign 簽名。示例 #1 RNP clearsign example<?php // init FFI object $ffi = rnp_ffi_create('GPG', 'GPG'); // generate RSA key $key = rnp_op_generate_key($ffi, 'test@example.com', 'RSA'); // sign $data = "Example text to sign"; $signature = rnp_op_sign_cleartext($ffi, $dat...

http://m.o2fo.com/phpchinese/php8-rnp-clearsign-text.html

1678.PHP8 rnp_import_keys

(PECL rnp >= 0.1.1)rnp_import_keys — 將密鑰從 PHP 字符串導(dǎo)入密鑰環(huán)并接收描述新/更新密鑰的 JSON說(shuō)明rnp_import_keys(RnpFFI $ffi, string $input, int $flags): string|false參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。input包含要加載的密鑰的 OpenPGP 數(shù)據(jù)包...

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

1679.PHP8 rnp_load_keys

(PECL rnp >= 0.1.1)rnp_load_keys — 從 PHP 字符串加載密鑰說(shuō)明rnp_load_keys( RnpFFI $ffi, string $format, string $input, int $flags ): bool請(qǐng)注意,對(duì)于 G10,輸入必須是目錄(必須已存在)。參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。format數(shù)據(jù)的密鑰格式...

http://m.o2fo.com/phpchinese/php8-rnp-loadkeys.html

1680.PHP8 rnp_save_keys

(PECL rnp >= 0.1.1)rnp_save_keys — 將密鑰保存到 PHP 字符串說(shuō)明rnp_save_keys( RnpFFI $ffi, string $format, string &$output, int $flags ): bool請(qǐng)注意,對(duì)于 G10,輸出必須是一個(gè)目錄(該目錄必須已存在)。參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。format...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1671.PHP8 openssl_cms_read

(PHP 8)openssl_cms_read — 將CMS文件導(dǎo)出到PEM證書(shū)數(shù)組說(shuō)明openssl_cms_read(string $input_filename, array &$certificates): bool執(zhí)行與 openssl_pkcs7_read() 完全相同的模擬。警告本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。參數(shù) input_filenamecertificates返回值 成...

http://m.o2fo.com/phpchinese/php8-opensslcms-read.html

1672.PHP8 openssl_cms_verify

(PHP 8)openssl_cms_verify — 驗(yàn)證 CMS 簽名說(shuō)明openssl_cms_verify( string $input_filename, int $flags = 0, ?string $certificates = null, array $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $content = null, ?string $pk7 = null, ?string $sigfile = null, int $encoding = ...

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

1673.PHP8 密碼散列算法 需求

構(gòu)建此擴(kuò)展不需要其他擴(kuò)展。為了支持 Argon2 密碼散列,需要 libargon2。 PHP 7.3.0 起,需要 libargon2 為 20161029 或更高的版本。

http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-requirements.html

1674.PHP8 密碼散列算法 運(yùn)行時(shí)配置

此擴(kuò)展沒(méi)有在 php.ini 中定義配置指令。

http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-runtime-configuration.html

1675.PHP8 Rnp安裝

安裝此 PECL 擴(kuò)展相關(guān)的信息可在手冊(cè)中標(biāo)題為 PECL 擴(kuò)展的安裝章節(jié)中找到。更多信息如新的發(fā)行版本、下載、源文件、 維護(hù)人員信息及變更日志等,都在此處: ? https://pecl.php.net/package/rnp

http://m.o2fo.com/phpchinese/php8-rnp-installation.html

1676.PHP8 Rnp運(yùn)行時(shí)配置

此擴(kuò)展沒(méi)有在 php.ini 中定義配置指令。

http://m.o2fo.com/phpchinese/php8-rnp-runtime-configuration.html

1677.PHP8 Rnp Clearsign 文本

...給定文本進(jìn)行 clearsign 簽名。示例 #1 RNP clearsign example<?php // init FFI object $ffi = rnp_ffi_create('GPG', 'GPG'); // generate RSA key $key = rnp_op_generate_key($ffi, 'test@example.com', 'RSA'); // sign $data = "Example text to sign"; $signature = rnp_op_sign_cleartext($ffi, $dat...

http://m.o2fo.com/phpchinese/php8-rnp-clearsign-text.html

1678.PHP8 rnp_import_keys

(PECL rnp >= 0.1.1)rnp_import_keys — 將密鑰從 PHP 字符串導(dǎo)入密鑰環(huán)并接收描述新/更新密鑰的 JSON說(shuō)明rnp_import_keys(RnpFFI $ffi, string $input, int $flags): string|false參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。input包含要加載的密鑰的 OpenPGP 數(shù)據(jù)包...

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

1679.PHP8 rnp_load_keys

(PECL rnp >= 0.1.1)rnp_load_keys — 從 PHP 字符串加載密鑰說(shuō)明rnp_load_keys( RnpFFI $ffi, string $format, string $input, int $flags ): bool請(qǐng)注意,對(duì)于 G10,輸入必須是目錄(必須已存在)。參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。format數(shù)據(jù)的密鑰格式...

http://m.o2fo.com/phpchinese/php8-rnp-loadkeys.html

1680.PHP8 rnp_save_keys

(PECL rnp >= 0.1.1)rnp_save_keys — 將密鑰保存到 PHP 字符串說(shuō)明rnp_save_keys( RnpFFI $ffi, string $format, string &$output, int $flags ): bool請(qǐng)注意,對(duì)于 G10,輸出必須是一個(gè)目錄(該目錄必須已存在)。參數(shù) ffirnp_ffi_create返回的 FFI 對(duì)象。format...

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

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

w3cschool 建議您:

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

熱門(mén)課程