interface Encrypter (View source)
string | encrypt(mixed $value, bool $serialize = true) Encrypt the given value. | |
mixed | decrypt(string $payload, bool $unserialize = true) Decrypt the given value. |
Encrypt the given value.
Decrypt the given value.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Contracts/Encryption/Encrypter.html