Hi, I'm creating a little desktop app as a companion to a web app I created with web2py. I'm using the default auth_user tables so I have an email address and encrypted password I can use for my desktop user to login. I've been looking for the code that does the login in web2py but can't seem to find it. Is there a recipe somewhere that would show me how to mimic the encryption that web2py uses so I compare encrypted passwords and use them to allow my desktop app users to login?
-Jim --

