Encrypter
interface Encrypter (View source)
Methods
| string | encrypt(string $value) Encrypt the given value. | |
| string | decrypt(string $payload) Decrypt the given value. |
Encrypter
interface Encrypter (View source)
| string | encrypt(string $value) Encrypt the given value. | |
| string | decrypt(string $payload) Decrypt the given value. |
Please login to continue.