BaseEncryption
class BaseEncryption
Class BaseEncryption
Constants
| METHOD |
|
Properties
| static protected bool|string | $key |
Methods
__construct()
BaseEncryption constructor.
static string
encrypt(string $message, string $key = null, boolean $encode = false)
Encrypts (but does not authenticate) a message
static string
decrypt(string $message, mixed|null $key = null, bool $encoded = false)
No description
Details
at line 31
__construct()
BaseEncryption constructor.
at line 45
static string
encrypt(string $message, string $key = null, boolean $encode = false)
Encrypts (but does not authenticate) a message