PHP Functions : OpenSSL Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Open SSL Functions
Help URL: http://www.php.net/manual/en/ref.openssl.php
Items Related to OpenSSL Functions
Inner Elements of OpenSSL Functions
OpenSSL Functions contains following items:
- openssl_csr_export_to_file (openssl csr export to file)
- openssl_csr_export (openssl csr export)
- openssl_csr_new (openssl csr new)
- openssl_csr_sign (openssl csr sign)
- openssl_error_string (openssl error string)
- openssl_free_key (openssl free key)
- openssl_get_privatekey (openssl get privatekey)
- openssl_get_publickey (openssl get publickey)
- openssl_open (openssl open)
- openssl_pkcs7_decrypt (openssl pkcs decrypt)
- openssl_pkcs7_encrypt (openssl pkcs encrypt)
- openssl_pkcs7_sign (openssl pkcs sign)
- openssl_pkcs7_verify (openssl pkcs verify)
- openssl_pkey_export_to_file (openssl pkey export to file)
- openssl_pkey_export (openssl pkey export)
- openssl_pkey_free (openssl pkey free)
- openssl_pkey_get_private (openssl pkey get private)
- openssl_pkey_get_public (openssl pkey get public)
- openssl_pkey_new (openssl pkey new)
- openssl_private_decrypt (openssl private decrypt)
- openssl_private_encrypt (openssl private encrypt)
- openssl_public_decrypt (openssl public decrypt)
- openssl_public_encrypt (openssl public encrypt)
- openssl_seal (openssl seal)
- openssl_sign (openssl sign)
- openssl_verify (openssl verify)
- openssl_x509_check_private_key (openssl x check private key)
- openssl_x509_checkpurpose (openssl x checkpurpose)
- openssl_x509_export_to_file (openssl x export to file)
- openssl_x509_export (openssl x export)
- openssl_x509_free (openssl x free)
- openssl_x509_parse (openssl x parse)
- openssl_x509_read (openssl x read)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|