Question: “How can I determine if the site I am visiting is really safe and secure for entering my credit card number and other personal information? ”
The short answer: Check the web address:
- A secure web address begins with https:
- A non-secure site address begins with http: ( with no ‘s’ ).
A secure web address begins withThe Long Answer: ***That is not all there is to it.***
A secure web address begins with ***
The web page you are viewing must also be coded so that your form submission is also encrypted. This has nothing to do with whether or not the web site address begins with https: or not.
Important: Set your browser options to not allow submission or unencrypted form data.
In IE: Tools -> Internet Options -> Security Tab -> Internet Zone -> Custom Level button -> set “Submit non-encrypted form data” to Prompt.
In Firefox: Start Firefox and enter “about:config” into the address bar (without the quotes). Scroll down to “security.warn_submit_insecure”. Double click on it to change the value to True. You’re good to go (I tested this with versions 1.0.7 and 1.5).
Read the rest of this Post »