I\'m using openssl_encrypt to encrypt some JSON data before inserting it into an SQL DB.
$cypherMethod = \'AES-256-CBC\'; $key = \'WHATEVER\'; // Then we gen