Passwords
in package
Configuration file: Config\Modules\Passwords.
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'