How ?

I’ve been looking at ways to have the authentication use a database table to get the User and Password fields. I’ve looked at:

http://blog.dmcinsights.com/2010/01/07/custom-authentication-using-the-yii-framework/#more-849

http://www.yiiframework.com/doc/blog/prototype.auth

However I’m having a bit of trouble wrapping my head around how to deal with passwords stored and blobs that are AES_ENCRYPTED. Any and all help would be greatly appreciated

Can’t you just modify the UserIdentity class as shown in your second link to do your AES encryption where it’s currently doing md5?