I have a database that is encrypted by another system and I need to decrypt the data for display on the system made in symfony 3.
I have the decryption key and I need to do this. I have little symfony experience.
How should I do this? Was it Entity or Controller?