|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| encrypt ($value) | |
| decrypt ($value) | |
Definition at line 30 of file Interface.php.
| decrypt | ( | $value | ) |
Decrypts $value with the defined settings
| string | $value | Data to decrypt |
Implemented in Zend_Filter_Encrypt_Openssl, Zend_Filter_Encrypt_Mcrypt, and Basic.
| encrypt | ( | $value | ) |
Encrypts $value with the defined settings
| string | $value | Data to encrypt |
Implemented in Zend_Filter_Encrypt_Openssl, Zend_Filter_Encrypt_Mcrypt, and Basic.