本擴(kuò)展使用 OpenSSL 庫來對(duì)稱/非對(duì)稱加解密,以及 PBKDF2、 PKCS7、 PKCS12、 X509 和其他加密操作。除此之外還提供了 TLS 流的實(shí)現(xiàn)。OpenSSL 還提供了更多本模塊暫不支持的功能,某些功能以后可能會(huì)增加。
http://m.o2fo.com/phpchinese/introduction-to-php8-openssl.htmlX509_PURPOSE_SSL_CLIENT (int)X509_PURPOSE_SSL_SERVER (int)X509_PURPOSE_NS_SSL_SERVER (int)X509_PURPOSE_SMIME_SIGN (int)X509_PURPOSE_SMIME_ENCRYPT (int)X509_PURPOSE_CRL_SIGN (int)X509_PURPOSE_ANY (int)
http://m.o2fo.com/phpchinese/php8-openssl-purpose-check-flag.htmlOPENSSL_PKCS1_PADDING (int)OPENSSL_SSLV23_PADDING (int)OPENSSL_NO_PADDING (int)OPENSSL_PKCS1_OAEP_PADDING (int)
http://m.o2fo.com/phpchinese/fill-flag-for-php8-openssl-asymmetric-encryption.htmlOPENSSL_KEYTYPE_RSA (int)OPENSSL_KEYTYPE_DSA (int)OPENSSL_KEYTYPE_DH (int)OPENSSL_KEYTYPE_EC (int)這個(gè)常量只有在使用 OpenSSL 0.9.8+ 進(jìn)行編譯時(shí)才可用。
http://m.o2fo.com/phpchinese/php8-openssl-key-type.htmlOPENSSL_VERSION_TEXT (string)OPENSSL_VERSION_NUMBER (int)
http://m.o2fo.com/phpchinese/php8-openssl-version-constant.htmlOPENSSL_RAW_DATA (int)如果在 openssl_encrypt() 或 openssl_decrypt() 中設(shè)置了OPENSSL_RAW_DATA, 返回的數(shù)據(jù)按原樣返回。 如果未指定,則將 Base64 編碼的數(shù)據(jù)返回給調(diào)用方。OPENSSL_ZERO_PADDING (int)默認(rèn)情況下,加密操作使用標(biāo)準(zhǔn)塊進(jìn)行填...
http://m.o2fo.com/phpchinese/php8-openssl-other-constants.html當(dāng)調(diào)用需要驗(yàn)證簽名/認(rèn)證的函數(shù)時(shí),ca_info 參數(shù)是一個(gè)包含可信CA文件的文件夾和文件名的數(shù)組。如果文件夾指定了,它應(yīng)該是能夠被openssl命令正確使用的哈希目錄。
http://m.o2fo.com/phpchinese/php8-openssl-certificate-validation.html密碼散列算法 API 提供了 crypt() 等密碼算法的簡(jiǎn)單易用包裝, 以一種簡(jiǎn)潔易用安全的方式創(chuàng)建和管理密碼。
http://m.o2fo.com/phpchinese/introduction-to-php8-cipher-hash-algorithm.html此擴(kuò)展沒有定義資源類型。
http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-resource-type.html此模塊允許您使用 RNP 庫。 RNP 是一個(gè)高性能的 C++ OpenPGP Mozilla Thunderbird 使用的庫。
http://m.o2fo.com/phpchinese/introduction-to-php8-rnp.html抱歉,暫時(shí)沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的教程
w3cschool 建議您:
本擴(kuò)展使用 OpenSSL 庫來對(duì)稱/非對(duì)稱加解密,以及 PBKDF2、 PKCS7、 PKCS12、 X509 和其他加密操作。除此之外還提供了 TLS 流的實(shí)現(xiàn)。OpenSSL 還提供了更多本模塊暫不支持的功能,某些功能以后可能會(huì)增加。
http://m.o2fo.com/phpchinese/introduction-to-php8-openssl.htmlX509_PURPOSE_SSL_CLIENT (int)X509_PURPOSE_SSL_SERVER (int)X509_PURPOSE_NS_SSL_SERVER (int)X509_PURPOSE_SMIME_SIGN (int)X509_PURPOSE_SMIME_ENCRYPT (int)X509_PURPOSE_CRL_SIGN (int)X509_PURPOSE_ANY (int)
http://m.o2fo.com/phpchinese/php8-openssl-purpose-check-flag.htmlOPENSSL_PKCS1_PADDING (int)OPENSSL_SSLV23_PADDING (int)OPENSSL_NO_PADDING (int)OPENSSL_PKCS1_OAEP_PADDING (int)
http://m.o2fo.com/phpchinese/fill-flag-for-php8-openssl-asymmetric-encryption.htmlOPENSSL_KEYTYPE_RSA (int)OPENSSL_KEYTYPE_DSA (int)OPENSSL_KEYTYPE_DH (int)OPENSSL_KEYTYPE_EC (int)這個(gè)常量只有在使用 OpenSSL 0.9.8+ 進(jìn)行編譯時(shí)才可用。
http://m.o2fo.com/phpchinese/php8-openssl-key-type.htmlOPENSSL_VERSION_TEXT (string)OPENSSL_VERSION_NUMBER (int)
http://m.o2fo.com/phpchinese/php8-openssl-version-constant.htmlOPENSSL_RAW_DATA (int)如果在 openssl_encrypt() 或 openssl_decrypt() 中設(shè)置了OPENSSL_RAW_DATA, 返回的數(shù)據(jù)按原樣返回。 如果未指定,則將 Base64 編碼的數(shù)據(jù)返回給調(diào)用方。OPENSSL_ZERO_PADDING (int)默認(rèn)情況下,加密操作使用標(biāo)準(zhǔn)塊進(jìn)行填...
http://m.o2fo.com/phpchinese/php8-openssl-other-constants.html當(dāng)調(diào)用需要驗(yàn)證簽名/認(rèn)證的函數(shù)時(shí),ca_info 參數(shù)是一個(gè)包含可信CA文件的文件夾和文件名的數(shù)組。如果文件夾指定了,它應(yīng)該是能夠被openssl命令正確使用的哈希目錄。
http://m.o2fo.com/phpchinese/php8-openssl-certificate-validation.html密碼散列算法 API 提供了 crypt() 等密碼算法的簡(jiǎn)單易用包裝, 以一種簡(jiǎn)潔易用安全的方式創(chuàng)建和管理密碼。
http://m.o2fo.com/phpchinese/introduction-to-php8-cipher-hash-algorithm.html此擴(kuò)展沒有定義資源類型。
http://m.o2fo.com/phpchinese/php8-password-hash-algorithm-resource-type.html此模塊允許您使用 RNP 庫。 RNP 是一個(gè)高性能的 C++ OpenPGP Mozilla Thunderbird 使用的庫。
http://m.o2fo.com/phpchinese/introduction-to-php8-rnp.html抱歉,暫時(shí)沒有相關(guān)的文章
w3cschool 建議您: