Hi all:
I need to encrypt (not hash) a password while populating the initial record in a CDbMigration. While CSecurityManager is available through Yii::app() it only makes available the IsInitialized property and the init() method, but not encrypt(). How do I accomplish this. Thanks in advance.