要使用 Open SSL 函數(shù),你必須安裝OpenSSL 庫。 PHP 7.0 需要 OpenSSL >= 0.9.8。PHP 7.1-8.0 需要 OpenSSL >= 1.0.1,< 3.0。PHP >= 8.1 支持 OpenSSL >= 1.0.2,< 4.0。警告強(qiáng)烈建議使用維護(hù)的 OpenSSL 版本,否則 web 服務(wù)器很容易受到攻擊。
http://m.o2fo.com/phpchinese/php8-openssl-requirements.html(PHP 5 >= 5.3.0, PHP 7, PHP 8)openssl_digest — 計(jì)算摘要說明openssl_digest(string $data, string $digest_algo, bool $binary = false): string|false使用給定的方法計(jì)算給定數(shù)據(jù)的摘要哈希值,并返回一個(gè)原始的或16進(jìn)制編碼的字符串。參數(shù) data給定的數(shù)據(jù)。...
http://m.o2fo.com/phpchinese/php8-openssldigest.html(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_get_cert_locations — 檢索可用的證書位置說明openssl_get_cert_locations(): arrayopenssl_get_cert_locations() 返回一個(gè)數(shù)組,其中包含要搜索SSL證書的可用證書位置的信息。參數(shù) 此函數(shù)沒有參數(shù)。返回值 返回一個(gè)...
http://m.o2fo.com/phpchinese/php8-opensslgetcertlocations.html(PHP 5 >= 5.2.2, PHP 7, PHP 8)openssl_pkcs12_export — 將 PKCS#12 兼容證書存儲文件導(dǎo)出到變量說明openssl_pkcs12_export( OpenSSLCertificate|string $certificate, string &$output, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, string $passphrase, array $options = ...
http://m.o2fo.com/phpchinese/php8-opensslpkcs12export.html(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_x509_fingerprint — 計(jì)算一個(gè)給定的 x.509 證書的指紋或摘要說明openssl_x509_fingerprint(OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): string|falseopenssl_x509_fingerprint() 返回 certificate 的...
http://m.o2fo.com/phpchinese/php8-opensslx509fingerprint.html使用這些函數(shù)不需要安裝,它們是 PHP 核心的一部分。為了使用 Argon2 密碼散列,PHP 必須用 --with-password-argon2 配置選項(xiàng)和 libargon2 構(gòu)建。在 PHP 8.1.0 之前,可以使用 --with-password-argon2[=DIR] 指定 argon2 目錄。
http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-installation.html(PHP 7 >= 7.4.0, PHP 8) password_algos — 獲取可用的密碼哈希算法 ID 說明 password_algos(): array 以字符串?dāng)?shù)組的形式返回所有已注冊的密碼哈希算法 ID 的完整列表。 參數(shù) 此函數(shù)沒有參數(shù)。 返回值 返回可用的密碼哈希算法 ID。 示...
http://m.o2fo.com/phpchinese/php8-passwordalgos.html(PHP 5 >= 5.5.0, PHP 7, PHP 8)password_get_info — 返回指定散列(hash)的相關(guān)信息說明password_get_info(string $hash): array如果傳入的散列值(hash)是由 password_hash() 支持的算法生成的, 這個(gè)函數(shù)就會返回關(guān)于此散列的信息數(shù)組。參數(shù) hash一...
http://m.o2fo.com/phpchinese/php8-passwordgetinfo.html下列常量由此擴(kuò)展定義,且僅在此擴(kuò)展編譯入 PHP 或在運(yùn)行時(shí)動(dòng)態(tài)載入時(shí)可用。DBA_LMDB_USE_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,以允許為數(shù)據(jù)庫文件創(chuàng)建子目錄。 從 PHP 8.2.0 開始可用。DBA_LMDB_NO_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,用于禁止為數(shù)...
http://m.o2fo.com/phpchinese/phpchinese-ohd13ytm.html(PHP 5, PHP 7, PHP 8)dba_key_split — 將字符串表示中的鍵拆分為數(shù)組表示說明dba_key_split(string|false|null $key): array|falsedba_key_split() 拆分鍵(字符串表示) 轉(zhuǎn)換為數(shù)組表示形式。參數(shù) key字符串表示形式的鍵。返回值 返回 形式的...
http://m.o2fo.com/phpchinese/php8-dbakeysplit.html抱歉,暫時(shí)沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的教程
w3cschool 建議您:
要使用 Open SSL 函數(shù),你必須安裝OpenSSL 庫。 PHP 7.0 需要 OpenSSL >= 0.9.8。PHP 7.1-8.0 需要 OpenSSL >= 1.0.1,< 3.0。PHP >= 8.1 支持 OpenSSL >= 1.0.2,< 4.0。警告強(qiáng)烈建議使用維護(hù)的 OpenSSL 版本,否則 web 服務(wù)器很容易受到攻擊。
http://m.o2fo.com/phpchinese/php8-openssl-requirements.html(PHP 5 >= 5.3.0, PHP 7, PHP 8)openssl_digest — 計(jì)算摘要說明openssl_digest(string $data, string $digest_algo, bool $binary = false): string|false使用給定的方法計(jì)算給定數(shù)據(jù)的摘要哈希值,并返回一個(gè)原始的或16進(jìn)制編碼的字符串。參數(shù) data給定的數(shù)據(jù)。...
http://m.o2fo.com/phpchinese/php8-openssldigest.html(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_get_cert_locations — 檢索可用的證書位置說明openssl_get_cert_locations(): arrayopenssl_get_cert_locations() 返回一個(gè)數(shù)組,其中包含要搜索SSL證書的可用證書位置的信息。參數(shù) 此函數(shù)沒有參數(shù)。返回值 返回一個(gè)...
http://m.o2fo.com/phpchinese/php8-opensslgetcertlocations.html(PHP 5 >= 5.2.2, PHP 7, PHP 8)openssl_pkcs12_export — 將 PKCS#12 兼容證書存儲文件導(dǎo)出到變量說明openssl_pkcs12_export( OpenSSLCertificate|string $certificate, string &$output, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, string $passphrase, array $options = ...
http://m.o2fo.com/phpchinese/php8-opensslpkcs12export.html(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_x509_fingerprint — 計(jì)算一個(gè)給定的 x.509 證書的指紋或摘要說明openssl_x509_fingerprint(OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): string|falseopenssl_x509_fingerprint() 返回 certificate 的...
http://m.o2fo.com/phpchinese/php8-opensslx509fingerprint.html使用這些函數(shù)不需要安裝,它們是 PHP 核心的一部分。為了使用 Argon2 密碼散列,PHP 必須用 --with-password-argon2 配置選項(xiàng)和 libargon2 構(gòu)建。在 PHP 8.1.0 之前,可以使用 --with-password-argon2[=DIR] 指定 argon2 目錄。
http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-installation.html(PHP 7 >= 7.4.0, PHP 8) password_algos — 獲取可用的密碼哈希算法 ID 說明 password_algos(): array 以字符串?dāng)?shù)組的形式返回所有已注冊的密碼哈希算法 ID 的完整列表。 參數(shù) 此函數(shù)沒有參數(shù)。 返回值 返回可用的密碼哈希算法 ID。 示...
http://m.o2fo.com/phpchinese/php8-passwordalgos.html(PHP 5 >= 5.5.0, PHP 7, PHP 8)password_get_info — 返回指定散列(hash)的相關(guān)信息說明password_get_info(string $hash): array如果傳入的散列值(hash)是由 password_hash() 支持的算法生成的, 這個(gè)函數(shù)就會返回關(guān)于此散列的信息數(shù)組。參數(shù) hash一...
http://m.o2fo.com/phpchinese/php8-passwordgetinfo.html下列常量由此擴(kuò)展定義,且僅在此擴(kuò)展編譯入 PHP 或在運(yùn)行時(shí)動(dòng)態(tài)載入時(shí)可用。DBA_LMDB_USE_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,以允許為數(shù)據(jù)庫文件創(chuàng)建子目錄。 從 PHP 8.2.0 開始可用。DBA_LMDB_NO_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,用于禁止為數(shù)...
http://m.o2fo.com/phpchinese/phpchinese-ohd13ytm.html(PHP 5, PHP 7, PHP 8)dba_key_split — 將字符串表示中的鍵拆分為數(shù)組表示說明dba_key_split(string|false|null $key): array|falsedba_key_split() 拆分鍵(字符串表示) 轉(zhuǎn)換為數(shù)組表示形式。參數(shù) key字符串表示形式的鍵。返回值 返回 形式的...
http://m.o2fo.com/phpchinese/php8-dbakeysplit.html抱歉,暫時(shí)沒有相關(guān)的文章
w3cschool 建議您: