Showing posts with label cache. Show all posts
Showing posts with label cache. Show all posts

Friday, May 1, 2009

Browsing Security Basics Part 3 - Web Browser Cache

Part 1-Your Private DataPart 4a-Web Browser Cookies
Part 2-Web Browsing HistoryPart 4b-Managing Cookies
Part 3-Web Browser CachePart 5-Erasing Your Private Data

Computers use caches to store temporary information. Someone who's moving into a new house may first distribute the large items (furniture, appliances) to their respective rooms. Then they may use the living area to cache all of the boxes and small items before or while distributing them to the other parts of the house.

A Web browser keeps items in its cache for later retrieval. When your Web browser loads a web page from the Internet, it will store graphics and other Web files to your hard drive. This helps speed up your Web browsing experience, because instead of downloading the files again (which takes more time), it can refer to the copies on your hard drive (which takes less time).

One problem with caching involves scripts that are loaded outside of the Web page (similar to Cross Site Scripting, or XSS). Such a script can tell the Web browser to never reload it again.

If that script has a unique ID number inside to identify your computer from anyone else's computer, the script can send it to the Web site along with your browsing history and other stuff. All of this information is associated on the Web site with the ID number on your computer. More information about Web browser cache security is available at this Darknet UK Web page.

Another problem with caching is anyone at your keyboard can view the Web browser cache with any number of tools. If other people access your computer, they may be able to access your logins and other private things.

It's recommended you allow your Web browser to completely clear the cache when it exits. Most Web browsers have this feature.

Thursday, April 30, 2009

Browser Security Basics Part 1 - Your Private Data

Part 1-Your Private DataPart 4a-Web Browser Cookies
Part 2-Web Browsing HistoryPart 4b-Managing Cookies
Part 3-Web Browser CachePart 5-Erasing Your Private Data

Your Web browser keeps track of a lot of stuff. Most of the common Web browsers, like Firefox, Internet Explorer, and Opera, may store one or more of the following things called "private data":
  • - Browser history - records of which sites you've visited
  • - Browser cache - graphics and other Web page objects
  • - Browser cookies - information stored by Web sites
Web browsers will store this information in files on your computer's hard drive. The locations of these files is dependent on your operating system (Windows, Unix/Linux, etc.) and Web browser (Internet Explorer, Firefox, Opera, etc. and version).

Options to access this information are also somewhere in your Web browser. You may need to delve into some of your Web browser's menus to look for this stuff. Please be sure to refer to the help support for your Web browser as necessary.

The next articles will separately cover History, Cache and Cookies. The last article will suggest methods of erasing this information.