Authentication Question

Hello,
I am loving Xataface!! The learning curve is perfect for me and I'm excited to be moving forward as rapidly as I am.
One quick question about authentication.
I have successfully setup authentication thanks to the easy to understand tutorial but am wondering if there is a way to use encrypted passwords in the users table in the database. I tried simple encryption from the command line
htpasswd -nb username password
and pasted the encrypted password in the appropriate field in the users table but could then not login to my application. I am assuming that I need to tell Xataface that the password is encrypted somewhere in either the auth portion of the conf.ini file or in the ApplicationDelegate.php file but am not sure which and how.
I should probably experiment a little before posting
but couldn't resist throwing the question out here.
Jason
P.S. Probably a silly question but Apache style commands like
AuthName EnterPassword
AuthType Basic
don't work I am assuming?
I am loving Xataface!! The learning curve is perfect for me and I'm excited to be moving forward as rapidly as I am.
One quick question about authentication.
I have successfully setup authentication thanks to the easy to understand tutorial but am wondering if there is a way to use encrypted passwords in the users table in the database. I tried simple encryption from the command line
htpasswd -nb username password
and pasted the encrypted password in the appropriate field in the users table but could then not login to my application. I am assuming that I need to tell Xataface that the password is encrypted somewhere in either the auth portion of the conf.ini file or in the ApplicationDelegate.php file but am not sure which and how.
I should probably experiment a little before posting

Jason
P.S. Probably a silly question but Apache style commands like
AuthName EnterPassword
AuthType Basic
don't work I am assuming?