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