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. | |
| string | getKey()
Get the encryption key that the encrypter is currently using. | |
| array | getAllKeys()
Get the current encryption key and all previous encryption keys. | |
| array | getPreviousKeys()
Get the previous encryption keys. |
Encrypt the given value.
Decrypt the given value.
Get the encryption key that the encrypter is currently using.
Get the current encryption key and all previous encryption keys.
Get the previous encryption keys.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Contracts/Encryption/Encrypter.html