Encrypter
interface Encrypter (View source)
Methods
string | encrypt(string $value) Encrypt the given value. | |
string | decrypt(string $payload) Decrypt the given value. |
Details
string encrypt(string $value)
Encrypt the given value.
string decrypt(string $payload)
Decrypt the given value.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Contracts/Encryption/Encrypter.html