decrypt()
encrypt()
getAlgorithm()
getBlockSize()
getKey()
getKeySize()
getMode()
getSalt()
getSaltSize()
getSupportedAlgorithms()
getSupportedModes()
setAlgorithm()
setKey()
setMode()
setSalt()
decrypt(string $data)
string
encrypt(string $data)
string
getAlgorithm()
getBlockSize()
getKey()
getKeySize()
getMode()
getSalt()
getSaltSize()
getSupportedAlgorithms()
getSupportedModes()
setAlgorithm(string $algo)
string
setKey(string $key)
string
setMode(string $mode)
string
setSalt(string | false $salt)
stringfalse