<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>  Security &amp; Privacy</title>
	<link>http://security-privacy.indelv.com</link>
	<description>Web Standards News &#187; Security &amp; Privacy</description>
	<pubDate>Thu, 30 Dec 2010 06:24:07 +0000</pubDate>
	<language>en</language>
			<item>
		<title>Dynamic development with Composite Capabilities/Preferences Profile</title>
		<link>http://security-privacy.indelv.com/dynamic-development-with-composite-capabilitiespreferences-profile.html</link>
		<pubDate>Fri, 20 Aug 2010 22:09:56 +0000</pubDate>
		<description><![CDATA[The complexity  of web content and the popularity of ubiquitous internet devices complicate  the web accessibility and intelligibility, making simple web surfing  a complicated task. The problem is even more acute in the case of the  disabled persons. This is why the problem of using compact and simple  web content [...]]]></description>
			<content:encoded><![CDATA[<p>The complexity  of web content and the popularity of ubiquitous internet devices complicate  the web accessibility and intelligibility, making simple web surfing  a complicated task. The problem is even more acute in the case of the  disabled persons. This is why the problem of using compact and simple  web content is very actual now. </p>
<p>The dynamic  development of Internet appliances and the necessity of managing multiple  devices complicate even further the problem of web accessibility making  it even more urgent. The modern solutions for these problems are based  on content selection. By specifying different variants of content or  by determining an alternative behaviour, it is able to adapt to many  different devices, conforming to its parameters.</p>
<p> A system  which can express the device capacities and user preferences is the  Composite Capabilities/Preferences Profile or abbreviated CC/PP. Using  the Composite Capabilities/Preferences Profile, the users that have  special needs and preference or disability-related need can clarify  that even though their browser handles millions of colours, they personally  can only distinguish certain colours. Or, perhaps the user navigates  using especially devices as a keyboard or stylus due to specific disabilities.</p>
<p>These results  are achieved by identifying the user agents to scripting languages and  servers, with the help of special features which are integrated in Web  document languages. One of this is the on-the-fly content presentation  and selection which uses scripting languages and is based on the user  agent detection. Also in the HTML format the link and object elements  dispose of functions which define alternative behaviours. The SMIL format  has a multimedia language used for audio and visual content. This format  has also a switch element which defines different alternatives that  can be chosen and used, for choosing the necessary content, taking in  consideration the needs and preferences of the user. Also CSS disposes  of Media Queries, a tool used for selecting the necessary style sheets.  And finally the HTTP generally defines the Server-driven content negotiation.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Troubleshooting P3P : Basic principles</title>
		<link>http://security-privacy.indelv.com/troubleshooting-p3p-basic-principles.html</link>
		<pubDate>Sun, 15 Aug 2010 00:19:06 +0000</pubDate>
		<description><![CDATA[Troubleshooting  P3P may sometimes be very frustrating. There are thousands of mail  messages that are posted on the www-p3p-policy mailing list from the  webmasters that are working on enabling P3P on their web-sites, but have  run into difficulties. In some cases, people simply do not understand  the way P3P works, [...]]]></description>
			<content:encoded><![CDATA[<p>Troubleshooting  P3P may sometimes be very frustrating. There are thousands of mail  messages that are posted on the www-p3p-policy mailing list from the  webmasters that are working on enabling P3P on their web-sites, but have  run into difficulties. In some cases, people simply do not understand  the way P3P works, but in other cases the webmasters have partially  enabled P3P, but with some details not right.</p>
<p>The  first thing that must be done, after enabling P3P on your site, would  be to check it, to ensure that this implementation is correct. W3C’s P3P  Validator is an excellent tool for doing this. Used with at least one  P3P user agent, it’s the best way a developer is able to test a P3P  site.</p>
<p>The  P3P Validator is used for checking the syntactic correctness and the  proper placement of the P3P files on your web-server. In the case that  the Validator reports any errors, you must read them carefully and solve  them one at a time until you get no errors. Also, you should check the  list of the known P3P validator bugs and see if there are some of them  that may be applied to your site. If the server is configured to send  P3P headers, you have to make sure that those headers are really being  emitted. The validator report will contain the information whether are  the P3P headers received from your site.</p>
<p>After  validating the site, you must check how it works with a P3P user agent.  Of course, it would be better if there would be done some tests on all  the available user agents that the visitors of the web-site might be  using. The most used agents are Microsoft’s Internet Explorer, Netscape  and the AT&amp;T Privacy Bird. You must check whether all the clients  are able to produce a human readable report about your P3P server, and if the reports correspond to your privacy policy. If you have  encoded your policy in XML, this would be a good way to check for  errors. Also, after making changes to your policy, it would be the best  to clean the browser’s cache, in order to always get the updated  information.</p>
]]></content:encoded>
			</item>
		<item>
		<title>The Web Security Handbook – the primary book on web security</title>
		<link>http://security-privacy.indelv.com/the-web-security-handbook-%e2%80%93-the-primary-book-on-web-security.html</link>
		<pubDate>Tue, 10 Aug 2010 21:23:20 +0000</pubDate>
		<description><![CDATA[The protection of your site against hackers is one of the most difficult tasks for a modern administrator. The Web Security Handbook is a must-have for the people that need their sites to be as safe as possible.
Once with the very quick development of Internet and information-sharing mechanisms that use it, the flow of information [...]]]></description>
			<content:encoded><![CDATA[<p>The protection of your site against hackers is one of the most difficult tasks for a modern administrator. The Web Security Handbook is a must-have for the people that need their sites to be as safe as possible.</p>
<p>Once with the very quick development of Internet and information-sharing mechanisms that use it, the flow of information is becoming harder and harder to secure and to control. So, nowadays the skills of controlling and securing the access to information have a key-role in the overall development of the Internet. This book is oriented towards all kinds of people that work with Internet, starting with Web masters, Web managers and ending with Web designers. It will teach you to build secure sites by writing secure Java applets and CGI scripts, using network-protection software, such as firewalls and use cryptography for protecting the data on the site.</p>
<p>Every possible area of expertise is thoroughly explained in the book by an expert. Three security experts discuss the browser area of security: user passwords and IDs, anti-cookie policy and the advanced anonymity strategies. The server-side security is being sustained by firewalls, privacy-conscious Java applets, CGI scripts and by encrypting the payment protocol pages. Also, a great place in assuring the security comes from encryption. The basics of encryption can de found in an appendix to the book.</p>
<p>This book contains the most valuable information a system administrator must possess. It is filled with basic to advanced security techniques from client-side and server-side security practices, browser security, writing secure CGI scripts, and very interesting topics such as firewalls and securing the nowadays developing e-commerce. The most important thing that the book contains is the link to a website that contains the newest security practices and information on the latest security problems and their solutions.</p>
<p>The Web Security Handbook will help you not only to secure your website, but also it can help secure your own PC from the attacks that come from the Internet.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Base of Internetwork Design</title>
		<link>http://security-privacy.indelv.com/base-of-internetwork-design.html</link>
		<pubDate>Thu, 08 Jul 2010 19:08:23 +0000</pubDate>
		<description><![CDATA[BID is a standard communication, which could be imprinted for the Internetwork; Thus the instructions boosting any entity or a formation of entities to architect and scatter the imprints and ideas reflecting the wordings; BID has innovated core materials for approvals of government; The information provided by BID is a foundational stone for the web [...]]]></description>
			<content:encoded><![CDATA[<p>BID is a standard communication, which could be imprinted for the Internetwork; Thus the instructions boosting any entity or a formation of entities to architect and scatter the imprints and ideas reflecting the wordings; BID has innovated core materials for approvals of government; The information provided by BID is a foundational stone for the web if Internetwork; Gathering of trust happens through the Internetwork Design; As days pass the progress of BID would be on the information from RDF, organizing more complicated availability of ingredients;</p>
<p>Grids of BID which are symbolical with the devices and technology;</p>
<p>Advancement of humans called as technology was innovated by Lorrie Cranor and Paul Resnick. The inventor then marketed in December 1997 in the summit of Internet – On – Line; The live edition was then upgraded till the summer of 1999; Also, the topic distributed highlights the products &amp; services of BID;</p>
<p>The listed below are the resources maintained by the members of the BID developers group; Contacting the surveyor of each member with links to connect it;</p>
<p>Client software [broken link as of July 2005] that reads BID’s labels.</p>
<p>HTTP servers that distribute names along with documents;</p>
<p>Proxy servers [broken link as of July 2005] that perform filtering based on BID regulations;</p>
<p>Naming Organizations: HTTP servers that distribute third-party BID names through the BID instructions used to query the organization;</p>
<p>Services Rated;</p>
<p>Search engine that can use PICS labels in its selection criteria</p>
<p>Inventory users of BID Naming Systems;</p>
<p>Commonly the BID naming system is organized in the product filtering that doesn’t allow specific materials if referred to naming the linked material; Tools for inventing the asset of technology with knowing the equivalency outputs which has to be conventionalized according to the naming system of monitoring logs suggestional attributes; finding related topics, and intimating the same;</p>
]]></content:encoded>
			</item>
		<item>
		<title>Resolving the Web safety is the bigger challenge</title>
		<link>http://security-privacy.indelv.com/resolving-the-web-safety-is-the-bigger-challenge.html</link>
		<pubDate>Sun, 13 Jun 2010 09:18:12 +0000</pubDate>
		<description><![CDATA[No matter its better or  worse,  the web has perhaps become the correspondent of an enormous public  agency.  It becomes the warehouse for customer information and services of the  nearly all sensitive and vital character, ranging from medicinal records   to monetary funds.
Internet based services are  basically a [...]]]></description>
			<content:encoded><![CDATA[<p>No matter its better or  worse,  the web has perhaps become the correspondent of an enormous public  agency.  It becomes the warehouse for customer information and services of the  nearly all sensitive and vital character, ranging from medicinal records   to monetary funds.</p>
<p>Internet based services are  basically a replacement to conventional desktop software at a blinding  speed, captivating over TB (terabytes) of individual information in  the procedure. Limitless emails store capacity and Web 2.0-method  beginning  will speed up that inclination yet more.</p>
<p>Still usage to those enormous   and vital sources is usually gated by a handful of bigger,  earning-driven  companies. Some big firms like Microsoft, Google, Yahoo, America Online  and many other have mainly created the services of world class has come  to depend on in daily life for creating them, the protectors of our  mainly important details.</p>
<p>While certain things brings  a question to our mind like “Is that a good idea?” It becomes the  most disturbing answer when we think the past as guide because of not  having any other choice.</p>
<p>It’s troubling on most  of the levels, although mostly as the business is mainly of creating  a Web security. As safety managerial from the big firms like Microsoft,  Google and Yahoo show that the firms are in lots of situations adapting  normal desktop protection methods to novel Web applications. From time  to time it works but its failure chances are more than professional  applications.</p>
<p>From 1999 to till date more  than 90 percent of all data have been generated digitally. Around 42  percent of all U.S. Internet users have internet based banking  facilities.  More than 160 billion email posts are being delivered and sent daily.  As the information loads up, it changes into difficult position to  protect  bits flowing among servers and desktop based Web applications.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Detail study about PICS header in HTML</title>
		<link>http://security-privacy.indelv.com/detail-study-about-pics-header-in-html.html</link>
		<pubDate>Thu, 03 Jun 2010 20:10:27 +0000</pubDate>
		<description><![CDATA[PICS react by evaluating PICS details from HTML META tag or HTTP description with a rating file configured in the browser. Usually, the rating file is offered by a Rating Service, which gives a draft to produce PICS headers proper for addition in a document.
PICS for developers:
As we know PICS is vendor and independent of [...]]]></description>
			<content:encoded><![CDATA[<p>PICS react by evaluating PICS details from HTML META tag or HTTP description with a rating file configured in the browser. Usually, the rating file is offered by a Rating Service, which gives a draft to produce PICS headers proper for addition in a document.</p>
<p><strong>PICS for developers:</strong><br />
As we know PICS is vendor and independent of platform so comfortably can be used easily with Internet Explorer. With simple settings users can enable the PICS support on this explorer. To enable the service you have to click on View then Internet Options. Go to security option and click on content advisor. One thing you should keep in mind and that is internet explorer by default comes with enabled RSAC rating files. That file is usually located at the path of C:\WINDOWS\System\Rsaci.rat. Users can view this file while opening in notepad.</p>
<p>Multiple rating or ranking file can be installed<br />
First you have to download the file from rating service like if you are looking for VWP1.0 rat to install then you have to get it downloaded from rating services. Download path should C:\WINDOWS\System directory. You can download the file at any other path but this is the default path and the file should be installed at this similar path. Before downloading any file you should check the extension and it should be .rat only. After downloading click on content advisor-&gt; settings-&gt; advanced-&gt; rating systems and select add, click on new rating file and press ok button.</p>
<p>Once the content advisor is enabled you can select general settings to allow the viewing of unrated files. After pressing yes button then simply pages with a PICS rating above the stipulated limits will be barren. However, those who are unrated sites will not get blocked no matter whatever the content is present in the file.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Digital Signature Services &#38; OASIS – What Is It?</title>
		<link>http://security-privacy.indelv.com/digital-signature-services-oasis-%e2%80%93-what-is-it.html</link>
		<pubDate>Fri, 07 May 2010 20:04:26 +0000</pubDate>
		<description><![CDATA[The “Organization for the Advancement of Structured Information Standards”, well recognized as OASIS, was created in 1993.  The purpose of this organization was management of growth and acceptance / implementation of principles (standards) for trade of information for internet/ online business.  
Authorization of the Digital Signature Services (DSS) requirement, version 1.0 has recently been done by [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><font face="Times New Roman" size="3">The “Organization for the Advancement of Structured Information Standards”, well recognized as OASIS, was created in 1993.  The purpose of this organization was management of growth and acceptance / implementation of principles (standards) for trade of information for internet/ online business.  </font></p>
<p align="justify"><font face="Times New Roman" size="3">Authorization of the Digital Signature Services (DSS) requirement, version 1.0 has recently been done by OASIS. </font></p>
<p align="justify"><font face="Times New Roman" size="3">It was in 2002, that DSS was initially proposed.  It was the same time when the technical team of the organization was shaped for building up XML-based protocols in Web services dealings (transactions/ business) for digital signatures and cryptographic time-stamping.  Digital signing processes were the nucleus of this protocol.  In this process, documents are mailed/ sent to a server by the user/ client. Subsequently an electronic mark (signature) is received on the documents or all documents and signature is sent to the server. Thus user gets confirmation on the authentication of the documents with respect to the signature. Base64-encoded binary is signature’s main element, which could be any of the - CMS (Cryptographic Message Syntax) or PGP (Pretty Good Privacy) key.</font></p>
<p align="justify"><font face="Times New Roman" size="3">To construct easier web-based transactions, it’s very much essential that the digital signatures techniques are standardized, this in turn acts as a most important advantage too. This is evident with the usage of e-commerce websites, where each project doesn’t require a customized coding to handle the dealings or transactions online. </font></p>
<p align="justify"><font face="Times New Roman" size="3">Separate servers could be utilized by businesses/ companies for signature services, by mutually approved standards. Also, the same could be leased to a third party. As per OASIS, the Universal Postage Union (an agency of United Nations) has pooled resources in DSS standard development. The agency is also integrating the DSS system into its Electronic Post Mark (EPM) system. EPM system is created to help the global trade or commerce by standardization of documents and exchange of information.</font></p>
]]></content:encoded>
			</item>
		<item>
		<title>Firefox – The All-Inclusive Browser</title>
		<link>http://security-privacy.indelv.com/firefox-%e2%80%93-the-all-inclusive-browser.html</link>
		<pubDate>Fri, 07 May 2010 20:03:06 +0000</pubDate>
		<description><![CDATA[Undeniably Firefox is attaining the number one status of being known as the premium browsers of the entire world. Though MSIE still holds the number one position by having 63.5% of users utilizing IE platforms, Firefox is gradually moving towards that statistics. Currently, almost 27% of users are utilizing Firefox browser and the numbers are [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Times New Roman" size="3">Undeniably Firefox is attaining the number one status of being known as the premium browsers of the entire world. Though MSIE still holds the number one position by having 63.5% of users utilizing IE platforms, Firefox is gradually moving towards that statistics. Currently, almost 27% of users are utilizing Firefox browser and the numbers are just increasing day by day. Firefox is widely being supported by many developers. Users are encouraged to download the free version of Firefox as it efficiently replaces MSIE. Hence the popularity of Firefox is increasing tremendously. </font></p>
<p><font face="Times New Roman" size="3">The recent discussion between the media and the Director of the Mozilla Foundation, Mr. Chris Hoffman highlighted some of the strong facets of this thriving browser Firefox. The two utmost important assets of Firefox browser is its robust security and privacy features which lack in MSIE. Recent studies have revealed that Adware, Viruses, Spyware and other security hazards have crashed more than 80% of MSIE and Windows customers’ systems. Whereas, Firefox takes care of these security breaches and provides a more secured platform to its users. </font></p>
<p><font face="Times New Roman" size="3">Another advantage of using Firefox is that unlike MSIE, Firefox doesn’t support Microsoft Security Zone model and ActiveX features. Though ActiveX is a powerful element that can be advantageous to the developers, it is still not supported by Firefox browsers. The reason is that ActiveX exhibits a feature that allows silent installations, execution of remote code and downloads on the system. These features can pose as a security threat against the privacy and security features of the browsers. Hence, this major jeopardy has been taken into consideration while building Firefox browser. Moreover, there are various security connoisseurs appointed who persistently examine the security features of this browser and give feedbacks accordingly. Summing it all, constant updation and secured features ensure that Firefox delivers secure platform to all its users.</font></p>
]]></content:encoded>
			</item>
		<item>
		<title>Can PICS be used for more than just content filtering?</title>
		<link>http://security-privacy.indelv.com/can-pics-be-used-for-more-than-just-content-filtering.html</link>
		<pubDate>Sat, 17 May 2008 20:35:58 +0000</pubDate>
		<description><![CDATA[Yes. While the motivation for PICS was concern over children accessing inappropriate materials, it is a general &#8220;meta-data&#8221; system, meaning that labels can provide any kind of descriptive information about Internet materials. For example, a labeling vocabulary could indicate the literary quality of an item rather than its appropriateness for children. Most immediately, PICS labels [...]]]></description>
			<content:encoded><![CDATA[<p>Yes. While the motivation for PICS was concern over children accessing inappropriate materials, it is a general &#8220;meta-data&#8221; system, meaning that labels can provide any kind of descriptive information about Internet materials. For example, a labeling vocabulary could indicate the literary quality of an item rather than its appropriateness for children. Most immediately, PICS labels could help in finding particularly desirable materials (see, for example, NetShepherd&#8217;s label-informed Alta Vista search), and this is the main motivation for the ongoing work on a next generation label format that can include arbitrary text strings. More generally, the W3C is working to extend Web meta-data capabilities generally and is applying them specifically in the following projects:</p>
<h3>Digital Signature Project</h3>
<p>coupling the ability to make assertions with a cryptographic signature block that ensures integrity and authenticity.<br />
Intellectual Property Rights Management<br />
using a meta-data system to label Web resources with respect to their authors, owners, and rights management information.</p>
<h3> Privacy (P3)</h3>
<p>Using a meta-data system to allow sites to make assertions about their privacy practices, and for users to express their preferences for the type of interaction they want to have with those sites.</p>
<p>Regardless of content control, meta-data systems such as PICS are going to be an important part of the Web, because they enable more sophisticated commerce (build and manage trust relationships), communication, indexing, and searching services.</p>
<p>&#8220;The promise of digital commerce is that it will allow you to use the Internet to purchase the services of the best organic gardening advisors or mad cow disease specialists, whether they live in Santa Clara or Timbuktu. To do this, you need to do more than verify that the person at the other end of the wire is who he says he is. You need to assess competence, reliability, judgment. In other words, you need a system of branding, but applied much more widely for highly specialized and hard-to-evaluate services and products. You need value-added services that will not only lead you to the right product or service but also rate its quality or otherwise vouch for it.&#8221;</p>
]]></content:encoded>
			</item>
		<item>
		<title>Introduction to Composite Capabilities / Preferences Profile (CC/PP)</title>
		<link>http://security-privacy.indelv.com/introduction-to-composite-capabilities-preferences-profile-ccpp.html</link>
		<pubDate>Wed, 03 Oct 2007 06:26:45 +0000</pubDate>
		<description><![CDATA[CC/PP stands for Composite Capabilities/Preferences Profile, and is a system for expressing device capabilities and user preferences. With CC/PP, a user with a specific preference, or disability-related need can clarify that even though their browser handles millions of colours, they personally can only distinguish certain colours. Or, perhaps the user navigates exclusively with a keyboard [...]]]></description>
			<content:encoded><![CDATA[<p>CC/PP stands for Composite Capabilities/Preferences Profile, and is a system for expressing device capabilities and user preferences. With CC/PP, a user with a specific preference, or disability-related need can clarify that even though their browser handles millions of colours, they personally can only distinguish certain colours. Or, perhaps the user navigates exclusively with a keyboard or stylus.</p>
<h3>Why do we need CC/PP?</h3>
<p>With the growing popularity of ubiquitous Web devices spread across such a broad range of media and bandwidth, authoring for the Web can sometimes look like a very difficult equation to solve: how can a Web author provide cool multimedia Web content, while keeping that content small and simple enough for very basic devices?</p>
<p>Managing multiple devices is not a new problem, and even though the rapid growth of Web appliances beyond the familiar Web browser makes the challenge especially acute, a few solutions have been developed over the years.</p>
<p>Most of these solutions are based on content selection: the content is given in several equivalent variants, or has mechanisms to define alternative behaviour. Then, at the time the resource is served, either the server chooses which variant is most suitable, or the user agent decides what to do with the choices it is given.</p>
<p>This is easily achieved because user agents identify themselves to servers and scripting languages, and through specific features included in Web document languages:</p>
<ul>
<li>Server-driven content negotiation, as defined by HTTP,</li>
<li>On-the-fly content selection and presentation based on user agent detection, using scripting languages,</li>
<li>HTML object and link elements have mechanisms defining alternate behaviours,</li>
<li>SMIL (pronounced “smile”), the multimedia language for audio/visual content, has a switch element defining alternate elements to chose from, and can be used, for example, to choose some content based on available bandwidth,</li>
<li>CSS also has such a mechanism called Media Queries for selecting appropriate style sheets.</li>
</ul>
<p><a rel="nofollow" href=" http://www.webstandards.org/learn/articles/askw3c/feb2004/" title="Webstandards.org" target="_blank"> Read more on the shortcomings of current methods on Web Standards</a></p>
]]></content:encoded>
			</item>
	</channel>
</rss>

