Documentation

SecurityKeys
in package

Configuration file: Config\SecurityKeys.

Table of Contents

$encryptionMethod  : mixed
Encryption method.
$encryptionPass  : mixed
Key to encrypt passwords, changing the key results in the loss of all encrypted data.

Properties

$encryptionMethod

Encryption method.

public static mixed $encryptionMethod = 'aes-256-cbc'

$encryptionPass

Key to encrypt passwords, changing the key results in the loss of all encrypted data.

public static mixed $encryptionPass = 'yeti'

        

Search results