* Constructs a new Encryption instance that can be used to call encrypt(...) or decrypt(...) * * @param string $cipher the MCRYPT_* cypher to use * @param int $mode the MCRYPT_MODE_* mode to use * @param int $rounds the number of PBKDF2 rounds to do on the key */
($cipher, $mode, $rounds = 16)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected