Please help me with the following task: We need to store all data in MySQL (important) encrypted (mostly int, float, double) so no one could read the raw data in the MySQL in case of hacking.
Project is built on PHP + MySQL (Yii framework)
Please advice any solution, preferably free one :)
Thanks!