Password Protection In Yii Using Private And Public Key

Hi,

Can anyone suggest me on how to secure the password in database[MySQL] using private and public key concept [Something similar to java key store] in Yii.

Thanks & Regards,

Vidhya

I’m not quite sure where you’re heading with that question. Do you wish to authenticate against the MySQL server with a client certificate? If so, this answer on SO might help you.

Why to not use the yii integrated password class ?? (since 1.1.14)

http://www.yiiframework.com/doc/api/1.1/CPasswordHelper