| 
 | openssl_encryptEncrypts data Description
   string openssl_encrypt
    ( string  $data, string$method, string$key[, int$options= 0
   [, string$iv= ""
   [, string&$tag= NULL
   [, string$aad= ""
   [, int$tag_length= 16
  ]]]]] )Encrypts given data with given method and key, returns a raw or base64 encoded string Parameters
 
 Return Values
   Returns the encrypted string on success or  Errors/Exceptions
   Emits an  
   Emits an  Changelog
 See Also
 
 |