To do a secure login system without SSL you'll need a challenge - response type system. There is a good explaination of one here: http://pajhome.org.uk/crypt/md5/auth.html You can use whatever hash algorithm you like, but MD5 is my preferrence, and it can be done in Javascript. It would take several hours of rework in the core to get a challenge response system working, so I can't really give you a good answer about what exactly to change. If your host doesn't support SSL and you need this kind of security, then you should really get a new host. |