mcrypt_list_algorithms
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Gets an array of all supported ciphers

2025-01-10 15:47:30
openssl_private_encrypt
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Encrypts data with private key

2025-01-10 15:47:30
openssl_x509_checkpurpose
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Verifies if a certificate can be used for a particular purpose

2025-01-10 15:47:30
openssl_digest
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 5 >= 5.3.0, PHP 7) Computes a digest

2025-01-10 15:47:30
openssl_pkey_export_to_file
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Gets an exportable representation of a key into a file

2025-01-10 15:47:30
openssl_x509_parse
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Parse an X509 certificate and return the information as an array

2025-01-10 15:47:30
openssl_public_decrypt
  • References/PHP/Function/Cryptography/OpenSSL

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decrypts data with public key

2025-01-10 15:47:30
password_hash
  • References/PHP/Function/Cryptography/Password Hashing

(PHP 5 >= 5.5.0, PHP 7) Creates a password hash

2025-01-10 15:47:30
hash_file
  • References/PHP/Function/Cryptography/Hash

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Generate a hash value using the contents of a given file

2025-01-10 15:47:30
mcrypt_enc_get_block_size
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the blocksize of the opened algorithm

2025-01-10 15:47:30