Contao Utils Bundle

EncryptionUtil
in package

Table of Contents

Properties

$framework  : ContaoFrameworkInterface

Methods

__construct()  : mixed
decrypt()  : mixed
encrypt()  : mixed

Properties

Methods

__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

        
On this page

Search results