I am having a little issue with storing mcrypt_module_open('rijndael-256','','ofb','');
in a MySQL db.
When it inserts the encrypted data into the MySQL db it looks like this ˜9ÏÏd‰
.
It should look like this
÷`¥¶Œ"¼¦q…ËoÇ
I am wondering if I have to do something to get it to work?