Securing DB Credentials Options
User For above I've two options 1- use one time open_ssl encryption at CodeIgniter side and get db password and username ecryption values and use this in our global plugin This is not full proof but can hide textual reprenstation of db credentials. Although open_ssl library is usually avaliable for php 7.2+ everywhere but it […]