PHP » GoLang |
login |
register |
about
|
openssl_seal(PHP 4 >= 4.0.4, PHP 5, PHP 7) openssl_seal — Seal (encrypt) data Description
int openssl_seal
( string
$data
, string &$sealed_data
, array &$env_keys
, array $pub_key_ids
[, string $method = "RC4"
[, string &$iv
]] )
openssl_seal() seals (encrypts)
Parameters
Return Values
Returns the length of the sealed data on success, or Changelog
Examples
Example #1 openssl_seal() example
<?php |
more
Recently updated
more
Most requested
more
Last requests |