• Home
  • About

Snippet IT

IT News, Programming, Internet and Blogging

  • Programming and Scripting
  • Tips and Tricks
  • Software and Hardware
  • New and Happening
You are here: Home / Tips and Tricks / Ensure Data Submitted/Viewed Online is Secured

Ensure Data Submitted/Viewed Online is Secured

April 27, 2008 by Sze Hau Leave a Comment

Most of the data viewed or submitted on the Internet can be seen or modified by others. How do you ensure the data being submitted being submitted or view are secured?

The simple way is to make sure the web site you are visiting are secured. When you are visiting a site with URL starting with http://, the site is not secured. The data that you submit on the page may be modified by other on the network and the data that you read on the site may be already been modified it is loaded on your browser.

HTTP means Hypertext Transfer Protocol. It transfers data in plain text and there is no way to protect the content the protocol transfers. Other can easily modify the content being transferred by HTTP protocol on the network.

To ensure the data being read or submitted are not modified on the Internet, you must make sure the URL you are visiting are always started with https://. The data being read from or write to the Internet are protected. No one (or with very less chance) can view or modify the content of the data.

Basically the web site that starts with https:// is protected by SSL protocol. On other words, it is HTTP protocol over TLS or SSL protocol and over TCP protocol and over IP protocol.

If you are interesting on how these protocols work, you can read their RFC papers:
HTTP – www.ietf.org/rfc/rfc2616.txt (readable plain text)
TLS – www.ietf.org/rfc/rfc2246.txt (encrypted and protected)
TCP – www.ietf.org/rfc/rfc0793.txt (binary)
IP – www.ietf.org/rfc/rfc0793.txt (binary)

More from my site

  • Java: Unlimited Strength Jurisdiction PolicyJava: Unlimited Strength Jurisdiction Policy
  • Wordpress: How To Change Admin UsernameWordPress: How To Change Admin Username
  • Java: How To Create A Simple Web Server Using HttpServerJava: How To Create A Simple Web Server Using HttpServer
  • PHP: How to Protect Password in Database – Password HashingPHP: How to Protect Password in Database – Password Hashing
  • Multiple Virtual Hosts in Apache HTTP Server (Windows)Multiple Virtual Hosts in Apache HTTP Server (Windows)
  • 100th Posts For Snippet IT100th Posts For Snippet IT

Filed Under: Tips and Tricks Tagged With: HTTP, HTTPS, IP, secure, SSL, TCP, TLS

About Sze Hau

Geek. Love programming. Coffee addicted. Married with two children. Working towards financial freedom.

Leave a Reply Cancel reply

Advertisement

  • Facebook
  • Google+
  • Instagram
  • Twitter

Email News Letter

Sign up to receive updates daily and to hear what's going on with us

Software and Hardware

MD5 and SHA1 Checksum Using Windows

July 5, 2017 By Sze Hau Leave a Comment

Blog Network

  • Personal Fincance Personal Finance – Personal Money Tips, Stock Investment, Small Business and Make Money Online
  • szehau's weblog Life, Internet, Software, Gadgets, Programming and Investments

Snippet IT

This is the place where I want to share anything about information technology.

Search

Recent

  • MD5 and SHA1 Checksum Using Windows
  • MD5 and SHA1 Checksum Using Linux
  • Java: Unlimited Strength Jurisdiction Policy
  • WordPress: How To Change Admin Username
  • Linux: How To Compress And Decompress Folders And Files

Tags

Adsense advertisement advertising apache blog blogging tips C# EGPC error estimation format format Integer Gmail Google Google Adsense Google Chrome Google Search Engine Google search result how to HTTP internet marketing Java JavaScript Linux money password performance PHP programming search engine optimization secure security short URL SQL static constructor String tiny URL Tips and Tricks twitter video Windows Vista Wordpress wordpress plugin wordpress theme Youtube

Copyright © 2025 · Magazine Pro Theme on Genesis Framework · WordPress · Log in