I\'m trying to encrypt some data (JSON) before it gets added to a DB. Using the following code:
$cypherMethod = \'AES-256-CBC\'; $key = \'WHATEVER\'; $iv = op