Methods |
public
|
encrypt(mixed $value, bool $serialize = true): string
Encrypt the given value.
|
#
|
public
|
decrypt(string $payload, bool $unserialize = true): mixed
Decrypt the given value.
|
#
|
public
|
getKey(): string
Get the encryption key that the encrypter is currently using.
Get the encryption key that the encrypter is currently using.
|
#
|
public
|
getAllKeys(): array
Get the current encryption key and all previous encryption keys.
Get the current encryption key and all previous encryption keys.
|
#
|
public
|
getPreviousKeys(): array
Get the previous encryption keys.
Get the previous encryption keys.
|
#
|