EncrypterInterface
interface EncrypterInterface
Encrypter interface.
Methods
string
encrypt(string $string)
Encrypts string.
string|false
decrypt(string $string)
Decrypts string.
Details
at line 23
string
encrypt(string $string)
Encrypts string.
at line 31
string|false
decrypt(string $string)
Decrypts string.