so I'm working on project which will be deployed to customer's inhouse server. Since there are some security requirements I'm going to encode all phps with nusphere php encoder. But the problem is that DB access information is placed in .yml which can not be encoded.
I'm using symf1.1 + doctrine which offers event listeners. So I was wondering if anyone knows if there is a chance to decode DB U/P taken from databases.yml (or cache) in preConnect() event?
Any other suggestion on how to encode DB u/p will be really appreciated.