After i updated my Ubuntu 14.04 LTS server with apt-get update and apt-get upgrade values already stored in mysql with the crypt feature gets these wird symbols when decrypting.
Example: eR���M(RԬ0�3pzFgǦ��qu/�餼�WNJ�w�P$�u&7�ғ�
i am using this code to decrypt:
$this->crypt->decryptBase64($device->private_key);
i have also tried using trim() and rtrim() but it still show weird symbols.
However if i encrypt and decrypt a string after the upgrade it works perfect, but my already stored values with crypt feature cant be retreived now??? Somebody please help...