Encryption interface

category Zend
package Zend_Filter
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Decrypts $value with the defined settings

decrypt(string $value) : string

Parameters

$value

string

Data to decrypt

Returns

stringThe decrypted data

Encrypts $value with the defined settings

encrypt(string $value) : string

Parameters

$value

string

Data to encrypt

Returns

stringThe encrypted data