Methods

decrypt()

decrypt(string $data) 

Parameters

$data

string

encrypt()

encrypt(string $data) 

Parameters

$data

string

getAlgorithm()

getAlgorithm() 

getBlockSize()

getBlockSize() 

getKey()

getKey() 

getKeySize()

getKeySize() 

getMode()

getMode() 

getSalt()

getSalt() 

getSaltSize()

getSaltSize() 

getSupportedAlgorithms()

getSupportedAlgorithms() 

getSupportedModes()

getSupportedModes() 

setAlgorithm()

setAlgorithm(string $algo) 

Parameters

$algo

string

setKey()

setKey(string $key) 

Parameters

$key

string

setMode()

setMode(string $mode) 

Parameters

$mode

string

setSalt()

setSalt(string | false $salt) 

Parameters

$salt

stringfalse