Documentation

Encryption
in package

Table of Contents

Constants

METHOD  = 'aes-256-cbc'

Properties

$config  : Config
$encKey  : string
$hmacKey  : string

Methods

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

Constants

Properties

Methods

decrypt()

public decrypt(string $messageBundle) : string
Parameters
$messageBundle : string
Tags
throws
Exception
Return values
string

encrypt()

public encrypt(string $message) : string
Parameters
$message : string
Tags
throws
Exception
Return values
string

        
On this page

Search results