Encrypter (Encryption)
Encrypter
class Encrypter extends BaseEncrypter implements Encrypter (View source)
Methods
void | __construct( string $key, string $cipher = 'AES-128-CBC') Create a new encrypter instance. | |
static bool | supported( string $key, st
|