ALIAS

odec()

ShortPHP reference for openssl_decrypt().

Signature

openssl_decrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, string $iv = "", ?string $tag = null, string $aad = ""): string|false

Example

odec(...);

PHP equivalent

openssl_decrypt() is the canonical PHP function. ShortPHP provides odec() as the convenience alias.

Extension: openssl

Official PHP manual ↗

Reference navigation

Previous: nf()

Next: odigest()

Back to reference