Ultratron FAQ - Frequently Asked Questions

Here are answers to some frequently asked questions. This section is updated frequently, so feel free to check back often for helpful hints and tips. If you have a question which is not answered here, please let us know.

Security

Back to Programming
Forward to Where can I find tutorials on...



1. What should I set my password to?

Passwords are an integral part of the authentication scheme which makes our webserver systems secure. It is important that your passwords be difficult to guess and difficult for an automated attack tool to find. Hackers sometime use programs which will try to break into an account using every word in the dictionary, every word followed by a single numeric digit (0-9), etc. So the more obscure your password is, the better. For this reason, we have guidelines and suggestions for producing good passwords.

Passwords should be at least 7-8 characters in length. They are case-sensitive, so you can use a combination of upper and lower case characters to make your password harder to guess. We recommend including at least one number within the password.

Here's some ideas for coming up with easy to remember and yet hard to guess passwords:

Other suggested guidelines for passwords:

[ Contents | Top ]



2. Nothing on my site is very important. Why must I follow these security guidelines?

Believe it or not, we are asked this question periodically. To protect the security of our servers, we require ALL accounts and passwords adhere to our security guidelines. These guidelines apply even if "you do not care if your mailbox/website gets hacked". Our problem is that if a hacker gets access to even one password on the server, he/she may subequently have what they need to hack the entire server. To protect us and our entire user community, we do ask for your cooperation in adhering to these guidelines.

[ Contents | Top ]



3. What is SSL?

SSL stands for "Secure Socket Layer". This is a protocol for encrypting web traffic between our webserver machine and the web-browser (such as Internet Explorer or Netscape Navigator) which your visitors are using to access your page. This provides a secure means for your customers to provide you credit card numbers or other confidential information.

[ Contents | Top ]



4. How are secure pages for my domain accessed?

If your account is "SSL Enabled", you can access secure pages using the URL: https://s326.centralssl.com/~yourusername/ (notice the s at the end of https for "secure"). This is referred to as "using our certificate". If you would prefer the URL be https://www.yourcompany.com/ instead, you will need to purchase your own certificate from a certifying agency and have it installed on our webserver machine. We offer discounted certificates to our customers through the Domain Registration page. Select the link called "Register a New Domain" then click "Purchase a digital certificate".

[ Contents | Top ]



5. I am using SSL to take credit card orders then having the order information emailed to me by my shopping cart program. Is this secure?

Perhaps not. SSL only encrypts the link between your customer's web browser and our webserver machine. We recommend that you use a program such as PGP to encrypt the email which your shopping cart program sends from our webserver to your local computer. In this way the customer's confidential information is encrypted all the way from their computer to yours. Most shopping cart programs support PGP. More information and instructions can be found on the PGP website at http://www.pgp.org.

[ Contents | Top ]



Any questions? Email support@ultratron.net.