Полный список членов класса Cipher, включая наследуемые из базового класса
$calculateHash | Cipher | protected |
$cipherAlgorithm | Cipher | protected |
$hashAlgorithm | Cipher | protected |
$ivLength | Cipher | protected |
__construct($cipherAlgorithm='aes-256-ctr', $hashAlgorithm='sha256', $calculateHash=true) | Cipher | |
decrypt($data, $key) | Cipher | |
encrypt($data, $key) | Cipher |