What is the most secure way of registering new users?
I know SSL is a good pick. But can I have SSL on user registration only?
Take Wordpress for example. User registration is at http://en.wordpress.com/signup/. And the user registration form is sent to https://en.wordpress.com/wp-login.php.
The same goes for login.
How can I make just registration / and login use SSL ? I don't want SSL for any other parts of the site (yet).