Fully Qualified Name: | Zend\Filter\Encrypt\EncryptionAlgorithmInterface |
Encryption interface
Name | Description | Defined By |
---|---|---|
decrypt() | Decrypts $value with the defined settings | EncryptionAlgorithmInterface |
encrypt() | Encrypts $value with the defined settings | EncryptionAlgorithmInterface |
toString() | Return the adapter name | EncryptionAlgorithmInterface |
Decrypts $value with the defined settings
Parameter Name | Type | Description |
---|---|---|
$value | string | Data |
Returns: string The decrypted data
Encrypts $value with the defined settings
Parameter Name | Type | Description |
---|---|---|
$value | string | Data |
Returns: string The encrypted data
Return the adapter name
Returns: string