how to work with aes_decrypt in symfony 3 [closed]

-2

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?

    
asked by anonymous 18.07.2016 / 15:30

1 answer

0

Resolved by following the step-by-step of this link. link

    
19.07.2016 / 14:15