LiveJournal Secure Server
head<=
<=head
body<=
- Payments -- you build your order unencrypted first, then the "check out" action leads you into the secure server where you send your credit card info.
- Logging in -- you can log in with encryption so your password isn't sent across the net unprotected. Alternatively, if you have JavaScript support in your browser and no SSL access (perhaps due to a corporate firewall) we also implement "challenge/response" logins, which does crytography in JavaScript to avoid sending your password in cleartext across the net. Doing challenge/response only works when both parties (your browser and our server) already know your existing password. It does not work for creating accounts or changing passwords, when you have to send a new password to our servers. In those cases, you'll have to use SSL (the secure server) or risk a cleartext transmission.
- Creating an account -- you can create an account on the secure server, since creating an account requires a password which should be protected.
- Changing your password -- you can change your password on the secure server, since changing your password involves both sending your old and new passwords across the net, which should both be protected.
<=body
page?>