Chirag R wrote:
- My App looks bad since it requires to store password in clear-text in a
file. This is more of client requirement; they do not want any password to be stored in clear-text. Take example of Oracle DB, it provides you facility of Oracle Wallet, using which you can store password and access it via a tnsname
What kinda developer are you?! Cant you figure out this by yourself? Use a symmetric cipher to store the password. You could use asymmetric ciphers but I've not put much thought into it. Be creative!
And BTW STOP comparing MySQL with other databases. If you feel it should have certain features, open up a bug report.
- Dinesh