EncryptionUtil
Table of Contents
Properties
-
$framework
: ContaoFrameworkInterface
Methods
-
__construct()
: mixed
-
decrypt()
: mixed
-
encrypt()
: mixed
$framework
protected
ContaoFrameworkInterface
$framework
__construct()
public
__construct(ContaoFrameworkInterface $framework) : mixed
Parameters
-
$framework
: ContaoFrameworkInterface
-
decrypt()
public
decrypt(string $encrypted, string $iv[, string $key = '' ][, string $cipher = 'aes-256-ctr' ][, mixed $options = 0 ]) : mixed
Parameters
-
$encrypted
: string
-
-
$iv
: string
-
-
$key
: string
= ''
-
-
$cipher
: string
= 'aes-256-ctr'
-
-
$options
: mixed
= 0
-
encrypt()
public
encrypt(string $plain[, string $key = '' ][, string $cipher = 'aes-256-ctr' ][, mixed $options = 0 ]) : mixed
Parameters
-
$plain
: string
-
-
$key
: string
= ''
-
-
$cipher
: string
= 'aes-256-ctr'
-
-
$options
: mixed
= 0
-