Encryption Introduction Configuration Using The Encrypter Introduction Laravel's encrypter uses OpenSSL to provide AES-256 and AES-128 encryption. You are strongly encouraged to use Laravel's built-in encryption facilities and not attempt to roll your own "home grown" encryption algorithms. All of Laravel's encrypted values are signed using a message authentication code (MAC) so that their underlying value can not be modified once encrypted.
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Illuminate\Foundation\Support Namespaces Illuminate\Foundation\Support\Providers
static void starting(Closure $callback) Register a console "starting" bootstrapper. Parameters Closure $callback Return Value void
static array compiles() Get a list of files that should be compiled for the package. Return Value array
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
Builder when(bool $value, Closure $callback, Closure $default = null) Apply the callback's query changes if the given "value" is true. Parameters bool $value Closure $callback Closure $default Return Value Builder
Illuminate\Contracts\Encryption Classes DecryptException
void register() Register the service provider. Return Value void
int total() Determine the total number of items in the data store. Return Value int
Page 744 of 996