<?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/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>CIPP Guide &#187; Choice</title> <atom:link href="http://www.cippguide.org/tag/choice/feed/" rel="self" type="application/rss+xml" /><link>https://www.cippguide.org</link> <description>Your Guide to the CIPP</description> <lastBuildDate>Sat, 11 Feb 2012 07:47:27 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Privacy Engineering: Privacy-by-Policy vs. Privacy-by-Architecture</title><link>https://www.cippguide.org/2011/09/06/privacy-engineering-privacy-by-policy-vs-privacy-by-architecture/</link> <comments>https://www.cippguide.org/2011/09/06/privacy-engineering-privacy-by-policy-vs-privacy-by-architecture/#comments</comments> <pubDate>Tue, 06 Sep 2011 12:00:58 +0000</pubDate> <dc:creator>hannah</dc:creator> <category><![CDATA[Privacy]]></category> <category><![CDATA[anonymity]]></category> <category><![CDATA[Choice]]></category> <category><![CDATA[FIP]]></category> <category><![CDATA[Notice]]></category> <category><![CDATA[obfuscation]]></category> <category><![CDATA[PII]]></category> <category><![CDATA[privacy by architecture]]></category> <category><![CDATA[privacy by policy]]></category> <category><![CDATA[privacy engineering]]></category><guid
isPermaLink="false">https://www.cippguide.org/?p=2557</guid> <description><![CDATA[There are two main approaches to engineering privacy protection: privacy-by-policy and privacy-by-architecture. Privacy-by-policy relies on the Fair Information Practices and notice and choice. Privacy-by-architecture leverages privacy protective technologies. While they are normally considered dichotomous, privacy experts recommend a hybrid approach that integrates these two [...]]]></description> <content:encoded><![CDATA[<p>A number of regulatory requirements and consumer concerns are driving organizations to consider how to make their policies more privacy-friendly. Companies are also coming up against the conflicts between privacy protection and the business need to leverage data. In light of privacy scandals and the resulting increase in public interest in privacy protection, this issue is becoming more significant for decision-makers in organizations of all sizes. This article takes a look at how privacy can be engineered into organizational systems and practices in two ways: privacy-by-policy and privacy-by-architecture.</p><p>Privacy-by-policy and privacy-by-architecture are two concrete approaches to privacy engineering. While they are often seen as separate practices, privacy researchers <a
href="http://web.me.com/sspiek/Website/Prof._Dr._Sarah_Spiekermann.html">Sarah Spiekermann</a> and <a
href="http://lorrie.cranor.org/">Lorie Faith Cranor</a> argue that they may actually be complementary, where a privacy-by-policy approach comes in to fill the gaps where a privacy-by-architecture strategy cannot be implemented.</p><p><strong>Privacy-by-Policy</strong></p><p>The privacy-by-policy approach to privacy protection is mainly a “<a
href="http://www.cippguide.org/tag/notice/">notice</a> and <a
href="http://www.cippguide.org/tag/choice/">choice</a>” approach, with a foundation in the <a
href="http://www.cippguide.org/tag/ftc/">FTC</a>’s <a
href="https://www.cippguide.org/2010/01/18/fair-information-practices-principles/">Fair Information Practice Principles</a> (FIPs). These principles are focused more on end user notice and choice, rather than other strategies, such as minimizing collection of data, or limiting acceptable uses of data. This approach acknowledges that companies are unlikely to stop collecting or using customer data, while at the same time recognizing that individuals want to retain control over how their data is being used. For this reason, the privacy-by-policy approach has been implemented by many businesses, as it is largely non-intrusive.</p><p>The objectives of the FIPs are summarized below:</p><p>-          Inform users on data being collected</p><p>-          Present choices for sharing data (e.g. secondary uses of data)</p><p>-          Give users access to data for review/correction/removal purposes</p><p>-          Protect security of data</p><p><strong>Criticisms of a Privacy-by-Policy Approach</strong></p><p>The privacy-by-policy approach is founded on trust-based mechanisms that protect sensitive data from accidental disclosure or misuse. However, this is based on the assumptions that companies can be trusted to handle individuals’ personal information and that privacy policies/regulations are enforceable. Policies and regulations can fail to deter stronger attackers, for instance, malicious hackers, or companies that may financially benefit from data mining. Critics have also pointed out that privacy-by-policy approaches can sometimes amount to privacy promises that a company may or may not keep.</p><p>Another shortcoming of the FIPs and the privacy-by-policy approach is that they are effective only in systems that collect personal data. The FIPs lose relevance as soon as they are introduced into systems that collect little or no personal data, or in systems that were designed with privacy-friendly architectures.</p><p>Finally, critics argue that not all individuals will share the same privacy preferences. Some variables include place, social context (i.e. situation, identity, time) and culture, which all influence the way an individual will value and give meaning to the notion of privacy.</p><p><strong>Privacy-by-Architecture</strong></p><p>While a privacy-by-policy approach fails to consider the potential for strong attacks (e.g. identity thieves, hackers, etc.), a privacy-by architecture approach is designed with such risks in mind. The goal of a privacy-by-architecture approach is to design for the non-identifiability of users and provide strong guarantees of privacy. In this model, even if attackers gain access to the data, no <a
href="http://www.cippguide.org/tag/pii/">personally identifiable information</a> can be created with reasonable effort. The privacy-by-architecture approach offers users higher levels of privacy, in a more reliable manner.</p><p>The privacy-by-architecture approach relies on the following techniques:</p><p>a) <strong>Anonymity-based techniques</strong> – Such techniques are focused on making an individual’s identity or personal information not identifiable. However, these techniques do not guarantee that pseudonyms cannot be linked back to the individual with some effort.</p><p>b) <strong>Obfuscation-based techniques</strong> – In order to make it more difficult to link de-identified information back to individuals, obfuscation-based techniques disguise location and time information by decreasing precision/accuracy and adding confusion to the data.</p><p>Characteristics of a system designed with a privacy-by-architecture approach include:</p><p>-          No unique identifiers across databases</p><p>-          No common attributes across databases</p><p>-          Random identifiers</p><p>-          Contact information is not stored with profile/transaction information</p><p>-          Collection of long-term person characteristics on a low level of granularity</p><p>-          Technically-enforced deletion of profile details at regular intervals</p><h3>Summary</h3><p>This article takes a look at two approaches to privacy protection: privacy-by-policy and privacy-by-architecture. The former approach relies on the Fair Information Practice principles (FIPs) to offer users privacy information and privacy choices. Privacy-by-architecture approaches utilize stronger privacy protections and technologies based on anonymity and obfuscation techniques to secure user data. While these approaches have their differences, experts suggest that hybrid solutions may be practical, satisfying the needs of businesses, while minimizing the privacy risks of individuals.</p><h3>CIPP Exam Preparation</h3><p>In preparation for the Certified Information Privacy Professional/Information Technology (CIPP/IT) exam, a privacy professional should be comfortable with topics related to this post, including:</p><ul><li>Fair Information Practice Principles in System Design (I.G.)</li><li>Privacy Protection Mechanisms: Privacy by Policy (III.A.)</li><li>Notice and Choice (III.A.a.)</li><li>Privacy Protection Mechanisms: Privacy by Architecture (III.B.)</li><li>Anonymization (III.B.a.i.)</li><li>Pseudonymization (III.B.a.ii.)</li><li>Privacy-Enhancing Technologies (III.B.c.)</li></ul> ]]></content:encoded> <wfw:commentRss>https://www.cippguide.org/2011/09/06/privacy-engineering-privacy-by-policy-vs-privacy-by-architecture/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Resisting Online Tracking: New Features &amp; Tools</title><link>https://www.cippguide.org/2011/03/01/resisting-online-tracking-new-features-tools/</link> <comments>https://www.cippguide.org/2011/03/01/resisting-online-tracking-new-features-tools/#comments</comments> <pubDate>Tue, 01 Mar 2011 12:00:44 +0000</pubDate> <dc:creator>hannah</dc:creator> <category><![CDATA[Privacy]]></category> <category><![CDATA[Choice]]></category> <category><![CDATA[consumers]]></category> <category><![CDATA[cookies]]></category> <category><![CDATA[marketing]]></category> <category><![CDATA[online privacy]]></category> <category><![CDATA[opt-in]]></category> <category><![CDATA[opt-out]]></category> <category><![CDATA[sensitive personal information]]></category> <category><![CDATA[SPI]]></category><guid
isPermaLink="false">https://www.cippguide.org/?p=2449</guid> <description><![CDATA[The three major internet browser providers - Mozilla, Google and Microsoft - respond to the Federal Trade Commission's 2010 report calling for do-not-track mechanisms. The article introduces Mozilla’s Firefox do-not-track header, Google’s Chrome online tracking tool and Microsoft’s Internet Explorer Tracking Protection feature, as well as other practices users may consider in order to reduce online [...]]]></description> <content:encoded><![CDATA[<h1><span
style="font-weight: normal; font-size: 13px;">Recently, Mozilla, Google and Microsoft announced new tools and features to meet their users’ online privacy needs, as well as regulations regarding the practice of online tracking. This article takes a look at Mozilla’s Firefox do-not-track header, Google’s Chrome online tracking tool and Microsoft’s Internet Explorer Tracking Protection feature.</span></h1><h2>What is online tracking?</h2><p>Online tracking is an advertising method which develops tailored ads based on information that has been gathered about the consumer. Tracking allows advertisers to accurately match consumers to products, thus increasing the effectiveness of the ads. This means that companies to charge a premium for such precisely-targeted ads. According to <a
href="http://www.emarketer.com/">EMarketer Inc.</a>, a New York-based research company, the US market for targeted advertising may grow 21% in 2011, to $1.35 billion, from $1.12 billion in 2010.</p><p>In December 2010, the <a
href="http://www.ftc.gov/opa/2010/12/privacyreport.shtm">Federal Trade Commission (FTC) issued a report</a> endorsing “Do Not Track” initiatives that would offer users a way to opt out of personalized advertising. While advertising companies that are part of the <a
href="http://www.networkadvertising.org/">Network Advertising Initiative</a> (NAI) allow users to opt out of online tracking, once customers clear browser cookies, any settings that have been customized are lost.</p><h2>Firefox: Do-Not-Track Header</h2><p>In January 2011, Mozilla proposed a <a
href="https://wiki.mozilla.org/Privacy/Jan2011_DoNotTrack_FAQ">Do-Not-Track</a> feature in Firefox which allows users to inform websites that they would like to opt-out of third party tracking. This is done through the transmission of a Do-Not-Track HTTP header whenever user data is requested from the web. The header can be enabled or disabled when the user wishes, supposedly providing granular control over which websites are allowed to collect data. While any browser can be configured to send a Do-Not-Track header, every website must be modified in order to accept it.</p><p>Alex Fowler, Mozilla’s technology and privacy officer <a
href="http://www.ibtimes.com/articles/104300/20110124/mozilla-proposes-do-not-track-addition-to-firefox.htm">commented</a> that the challenge of the Do-Not-Track header “is that it requires both browsers and sites to implement it to be fully effective. Mozilla recognizes the chicken and egg problem and we are taking the step of proposing that this feature be considered for upcoming releases of Firefox.&#8221;</p><h2>Chrome: Online Tracking Tool</h2><p>On January 24, 2011, <a
href="http://googlepublicpolicy.blogspot.com/2011/01/keep-your-opt-outs.html">Google announced</a> the release of a new tool known as <a
href="https://chrome.google.com/webstore/detail/hhnjdplhmcnkiecampfdgfjilccfpfoe">Keep My Opt-Outs</a>, which allows users to opt out of online tracking. The Keep My Opt-Outs browser extension applies to all companies and online ad networks which offer opt-outs as a result of industry self-regulation programs. Currently, over 50 companies are members of such associations that offer opt-outs through such programs. Basically, Google’s extension determines if a cookie originates from a blacklisted targeted advertising provider and either blocks or allows it.</p><p><a
href="http://googlepublicpolicy.blogspot.com/2011/01/keep-your-opt-outs.html">Google’s product managers claim</a>, “We’ve designed the [Keep My Opt-Outs] extension so that it should not otherwise interfere with your web browsing experience or website functionality. This new feature gives you significant control without compromising the revenue that fuels the web content that we all consume every day.”</p><h2>Internet Explorer: Tracking Protection</h2><p><a
href="http://downloadsquad.switched.com/2011/01/26/do-not-track-analysis-of-google-microsoft-and-mozillas-solutions/">Some observers</a> are convinced that <a
href="http://news.cnet.com/8301-10805_3-20024864-75.html">Microsoft’s Internet Explorer Tracking Protection</a> is perhaps the most user-friendly method for preventing online tracking. This security feature is planned for the first release candidate of <a
href="http://windows.microsoft.com/ie9">Internet Explorer 9</a>, currently available in beta version. The Tracking Protection feature uses a list to determine which third party page elements can/cannot be blocked from tracking.</p><p>In December 2010, Dean Hachamovitch, the head of Internet Explorer development, <a
href="http://blogs.msdn.com/b/ie/archive/2010/12/07/ie9-and-privacy-introducing-tracking-protection-v8.aspx">described</a> how Tracking Protection would work:</p><p>“A Tracking Protection List (TPL) contains Web addresses (like msdn.com) that the browser will visit (or &#8220;call&#8221;) <em>only</em> if the consumer visits them directly by clicking on a link or typing their address. By limiting the calls to these Web sites and resources from other Web pages, the TPL limits the information these other sites can collect.</p><p>You can look at this as a translation of the &#8220;Do Not Call&#8221; list from the telephone to the browser and web. It complements many of the other approaches being discussed for browser controls of Do Not Track.”</p><h2>Other ways to resist online tracking…</h2><p>While the FTC assesses the efficacy and usability of tracking-minimizing tools, privacy experts have a number of other recommendations for reducing and resisting online tracking.</p><ul><li>Advertising companies use cookies to track users’ online activity. <a
href="http://www.nytimes.com/2010/11/11/technology/personaltech/11basics-sidebar.html">Remove and block</a> these ad-related cookies.</li><li>Remove Flash cookies, which are a type of <a
href="http://www.pcmech.com/article/how-to-deal-with-supercookies/">supercookie</a> that can contain more information, web beacons and web bugs. Such cookies must be removed through Adobe’s online <a
href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html">Flash Player page</a>.</li><li>Use specialized software to remove and prevent tracking programs. Recommended titles include: <a
href="http://www.abine.com/preview/taco.php">Taco</a> by Abine; <a
href="https://addons.mozilla.org/en-US/firefox/addon/6623/">Better Privacy</a> for Firefox; <a
href="http://www.ghostery.com/">Ghostery</a> for Firefox; <a
href="http://www.piriform.com/ccleaner/features">CCleaner</a>; and <a
href="http://noscript.net/">NoScript</a> for Firefox and Chrome.</li><li><a
href="http://www.microsoft.com/windows/internet-explorer/features/safer.aspx">InPrivate Filtering</a>, a feature for Internet Explorer 8, prevents data from traveling between users’ computers and third parties who frequently request data.</li><li>Users should be cautious when giving personal information online (e.g. registration forms, social networking sites, surveys). Such information will most likely be used to customize online ads.</li><li>Users can use several search engines to conduct online searches. Users may want to consider using different companies for searching and web-based email services.</li><li>Certain search engines, such as <a
href="http://scroogle.org/">Scroogle.org</a>, enables users to search using Google, without the risk of being tracked and without the inconvenience of viewing ads.</li><li>Use a dynamic IP address, or periodically reset the IP address by disconnecting and connecting the modem.</li></ul><h3>Summary</h3><p>This article focuses on online tracking, an advertising practice in which advertising companies use information about users to more accurately match consumers with products. In late 2010, the Federal Trade Commission released a report encouraging the development of do-not-track mechanisms. Three major internet browser providers – Mozilla, Google and Microsoft – have recently responded with their solutions to the problem of online tracking. The article introduces Mozilla’s Firefox do-not-track header, Google’s Chrome online tracking tool and Microsoft’s Internet Explorer Tracking Protection feature, as well as other practices users may consider in order to reduce online tracking.</p><h3>CIPP Exam Preparation</h3><p>In preparation for the Certified Information Privacy Professional/Information Technology (CIPP/IT) exam, a privacy professional should be comfortable with topics related to this post, including:</p><ul><li>Sensitive Personal Information (I.A.b.)</li><li>Privacy Concerns – The Consumer Perspective (II.A.a.)</li><li>Unsolicited Marketing (II.A.e.)</li><li>Privacy Protection – Notice and Choice (III.A.a.)</li><li>Web Cookies (III.B.c.i.)</li><li>Web Browser Controls (III.B.c.v.)</li><li>Explicit and Implicit Consent – Opt-In vs. Opt-Out (IV.B.i.1.; IV.B.i.2.)</li></ul> ]]></content:encoded> <wfw:commentRss>https://www.cippguide.org/2011/03/01/resisting-online-tracking-new-features-tools/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Fair Information Practice Principles</title><link>https://www.cippguide.org/2010/01/18/fair-information-practices-principles/</link> <comments>https://www.cippguide.org/2010/01/18/fair-information-practices-principles/#comments</comments> <pubDate>Mon, 18 Jan 2010 12:00:43 +0000</pubDate> <dc:creator>jbrook</dc:creator> <category><![CDATA[CIPP]]></category> <category><![CDATA[Compliance & Regulations]]></category> <category><![CDATA[Awareness]]></category> <category><![CDATA[Choice]]></category> <category><![CDATA[Consent]]></category> <category><![CDATA[data subject access]]></category> <category><![CDATA[fair information practice principles]]></category> <category><![CDATA[Notice]]></category> <category><![CDATA[opt-in]]></category> <category><![CDATA[opt-out]]></category> <category><![CDATA[redress]]></category><guid
isPermaLink="false">http://www.cippguide.org/?p=1200</guid> <description><![CDATA[The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal [...]]]></description> <content:encoded><![CDATA[<p>The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.</p><p><strong>The Fair Information Practice Principles</strong></p><p><em>Notice/Awareness</em></p><p>Individuals should receive notice of an entity’s privacy practices <em>prior</em> to the collection of personally identifiable information. Notice allows individuals to make informed choices regarding the use of the personal information. A privacy notice must include:</p><ul><li> A legitimate name and physical address of the entity collecting the data</li><li>The type of data collected</li><li>How collected data will be used</li><li>Any potential third party disclosure of personal information</li><li>Any potential secondary use of personal information</li></ul><p><em> </em></p><p><em><a
href="../../../../../2009/12/21/choice-and-consent/">Choice/Consent</a></em><em> </em></p><p>Individuals must be able to consent or reject to certain uses of their personal information, particularly with regard to secondary uses and marketing purposes. Two main mechanisms are used to provide consumer with consent options:</p><ul><li><a
href="../../../../../2009/12/21/choice-and-consent/">Opt in</a>: Require affirmative consent from the individual. In other words, action must be taken by the individual to START the processing of personal information for secondary uses or disclosures. This may include signing up to receive marketing newsletters, special offers and similar types of communications.</li><li><a
href="../../../../../2009/12/21/choice-and-consent/">Opt Out:</a> Requires the implicit consent of the individual. Here consent is assumed because the individual has not stated a desire otherwise. In other words, action must be taken by the individual to STOP the processing of personal information for secondary uses or disclosures. This may include <a
href="../../../../../2009/11/16/cookies-tracking-your-internet-experience/">opting out of third party advertising</a></li></ul><p>An individual must be able to view their consent options and change them at any time. Changes should be honored within a reasonable length of time.</p><p><em> </em></p><p><em>Access/Participation</em></p><p>An individual must be able to view the data an entity has on record. They must also be allowed to correct an incomplete or false information contained in their file. Access to data must be granted within a reasonable time frame and at a minimal cost.</p><p><em> </em></p><p><em>Integrity/Security</em></p><p>Data must be accurate, up-to-date, complete and not stored longer than necessary. Security of data must be maintained using physical, technical and administrative safeguards to protect against unauthorized access, use, disclosure and destruction. Safeguards should be implemented in proportion to the security risk or threat, with greater risks or threats using greater resources and stronger protections.</p><p><em> </em></p><p><em>Enforcement/Redress</em></p><p>An individual must be able to file complaints with the entity have their issues addressed.   Furthermore there should be a mechanism in place to ensure compliance with the above standards, either through self or government regulation.</p><p><strong>Enforcement of Privacy Practices</strong></p><p>The Fair Information Practice Principles are suggestions to guide the use of personal information in connection with business activities and transactions. They are not in themselves a law that must be followed, and as such are not enforceable. However, there are many privacy laws(see below) which make use of the Fair Information Practices to protect personal information.</p><p>The United States supports the use of self-regulation to enforce Fair Information Practices. Theoretically, informed consumers will choose to use businesses that implement the Fair Information practices and ensure the protection of their information, forcing those business that do not guarantee such protections out of business. Services such as the Better Business Bureau and online assurance programs build trust between businesses and consumers by providing consumers with a directory of businesses whose privacy practices have been assessed and found to provide adequate protection.</p><p>The Fair Information Practice Principles have been criticized because they do not require the creation of a general privacy authority and rely largely on self-regulation, which at times falls short of adequately regulating consumer protection. At the same time, many businesses believe implementing stronger guidelines or regulations would be too costly and detrimental to the growth of business. For now, the United States continues to use a sectoral approach, developing privacy laws as needed.</p><p><strong>Laws Using the Fair Information Practice Principles to regulate Privacy</strong></p><ul><li><a
href="http://epic.org/privacy/fcra/">Fair Credit Reporting Act</a>– Regulated by the Federal Trade Commission, the Fair Credit Reporting Act regulates the use of consumer reports. Requires Notice of disclosure and adverse action, as well as the ability for a consumer to access and rectify inaccuracies in their consumer reports.</li><li><a
href="http://www.accessreports.com/statutes/RFPA.htm">Right to Financial Privacy Act</a>– Protects the privacy of customers using financial institutions from government searches (with exceptions.) RFPA restricts government access to financial records without the individual’s consent or meeting one of the specified exemptions from the rule.</li><li><a
href="http://www.coppa.org/">Children’s Online Privacy and Protection Act</a>–Protects against the collection, use and disclosure of the personal information of children under 13 without parental notice and consent.</li></ul><p><strong>Summary:</strong></p><p>The Fair Information Practice Principles form the backbone of privacy laws in the United States. Though the principles put forth by the FTC are only considered guidelines, there are some laws that have turned the guidelines into law and even more businesses which choose build trust with consumers by ensuring their privacy through self regulation of the Fair Information Practice Principles. Understanding the principles and their implementation is one of the core concepts all privacy professionals need to know.</p><p><em>CIPP/G Candidate Preparation</em></p><p>In preparation for the Certified Information Privacy Professional Government exam, a privacy professional should be comfortable with topics related to this post including:</p><ul><li>Privacy Principles and Definitions including Fair Information Principles(I.B.a.i.)</li></ul> ]]></content:encoded> <wfw:commentRss>https://www.cippguide.org/2010/01/18/fair-information-practices-principles/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Choice and Consent</title><link>https://www.cippguide.org/2009/12/21/choice-and-consent/</link> <comments>https://www.cippguide.org/2009/12/21/choice-and-consent/#comments</comments> <pubDate>Mon, 21 Dec 2009 12:00:29 +0000</pubDate> <dc:creator>jbrook</dc:creator> <category><![CDATA[CIPP]]></category> <category><![CDATA[Compliance & Regulations]]></category> <category><![CDATA[Privacy]]></category> <category><![CDATA[CAN-SPAM]]></category> <category><![CDATA[Choice]]></category> <category><![CDATA[Code of Fair Information Practices]]></category> <category><![CDATA[Consent]]></category> <category><![CDATA[EU Data Protection Directive]]></category> <category><![CDATA[FTC]]></category><guid
isPermaLink="false">http://www.cippguide.org/?p=1170</guid> <description><![CDATA[The development of information privacy and data protection laws has sought to give data subjects greater control over their personal information. The concepts of choice and consent have been key to granting data subjects such control by allowing them the opportunity to make informed choices regarding who has access to their information and how it may be [...]]]></description> <content:encoded><![CDATA[<p>The development of information privacy and data protection laws has sought to give data subjects greater control over their personal information. The concepts of <em>choice </em>and <em>consent</em> have been key to granting data subjects such control by allowing them the opportunity to make informed choices regarding who has access to their information and how it may be used.</p><p><strong>What is Choice/Consent?</strong></p><p>Choice/Consent is the second of five <a
href="http://www.ftc.gov/reports/privacy3/fairinfo.shtm">Fair Information Practices</a> published by the FTC to guide the collection, use and disclosure of personal information. The FTC states,“At its simplest, choice means giving consumers options as to how any personal information collected from them may be used.”</p><p>There are two forms of consent exercised by individuals.</p><p><em><a
href="http://en.wikipedia.org/wiki/Opt_in_e-mail">Opt-in</a> </em>requires the affirmative consent of the individual. The user must take action to allow a business to process their information and provide a product or service. For example, a user may visit a website and submit their email or check a box with their registration to receive the site’s email newsletter.</p><p><em><a
href="http://en.wikipedia.org/wiki/Opt-out">Opt-out</a></em> requires the implicit consent of an individual. Since a user has not taken action to stop the processing of their information, they are said to give implicit (unspoken or assumed) consent. When a user receives marketing messages in their mailbox they no longer wish to receive, they may unsubscribe from the newsletter. This is consider opting-out.</p><p>The use of the choice/consent mechanism as the main regime for protecting personal information has been widely criticized. It is believed that many consumers are not aware or educated enough in privacy law to understand their rights and ability to control information.</p><p><strong>Secondary Use of Information</strong></p><p>The FTC defines secondary use as <em><a
href="http://www.ftc.gov/reports/privacy3/fairinfo.shtm">“uses beyond those necessary to complete the contemplated transaction.”</a></em> Companies are required by law to state in their privacy policies any secondary uses of information including whether it may be disclosed to third parties.</p><p>The control of personal information with regard to marketing is the most common implementation of choice/consent. It is used to control the receipt of marketing messages, the use and disclosure of information to third parties, and the collection of information through cookies in order to create tailored advertising. Though the disclosure of information may be necessary to complete a transaction with a company, an individual is allowed to object to any and all secondary use or disclosure of their information.</p><p><strong><em><a
href="http://formulate.com.au/articles/mandatory-versus-optional-fields/">Mandatory vs. Optional Data Collection</a></em></strong></p><p>Mandatory is any information that is necessary to complete the immediate transaction. Optional information includes any information an entity may wish to collect about an individual for internal purposes, but is not required to complete the immediate transaction. <em><a
href="http://theemailwars.com/2009/11/30/giving-thanks/">In a web form</a></em>, mandatory field must be filled in before the form can be submitted. Optional fields may be left blank or unanswered and the form will still process. By completing optional information fields, an individual is giving their consent to the collection and use of such information.</p><p>Businesses practicing responsible information privacy will limit the collection of information, especially that which is optional because the more information collected, the greater the risk to privacy.</p><p><strong>Choice/Consent and Regulations</strong></p><p>The <a
href="http://www.ftc.gov/bcp/edu/pubs/business/ecommerce/bus61.shtm">CAN-SPAM Act</a> of 2003 regulates email marketing messages in the U.S. In addition to content regulations, the CAN-SPAM Act requires all marketing messages to have an unsubscribe mechanism at the bottom and that consumer requests be honored with ten days.</p><p>The <a
href="http://aspe.hhs.gov/DATACNCL/eudirect.htm">European Data Directive</a> addresses consent in <a
href="http://aspe.hhs.gov/DATACNCL/eudirect.htm%23ART7">Article 7</a> which requires data subject consent for the processing of data, though consent is not required for a few, specific situations. It is also addressed in <a
href="http://aspe.hhs.gov/DATACNCL/eudirect.htm%23ART14">Article 14 </a>which guarantees the data subjects right to object to the processing of data. Furthermore, <a
href="http://aspe.hhs.gov/DATACNCL/eudirect.htm%23ART8">Article 8</a> requires the explicit consent of a data subject to process sensitive information such as racial or ethnic origins, political or religious beliefs, sexual orientation, health information, or trade union membership.</p><p>Almost all data protection laws allow individuals the opportunity to make choices regarding the use of their personal information.</p><p><strong>In Conclusion:</strong></p><p>Choice/Consent deals with an individual’s ability to control the use of their information. Because, as of now, the choice/consent regime is the major framework for protecting privacy in many industries, it is the duty of the consumer to read privacy practices and make informed decisions regarding how they wish their information to be used.</p><p><em>CIPP Candidate Preparation</em></p><p>In preparation for the Certified Information Privacy Professional exam, a privacy professional should be comfortable with topics related to this post including:</p><ul><li>The Collective View of Privacy Principles: Choice/Consent (I.E.ii)</li><li>Privacy Considerations Online including choice and consent, secondary use of data and mandatory vs. optional information. (III.B.c.i-iii.)</li></ul> ]]></content:encoded> <wfw:commentRss>https://www.cippguide.org/2009/12/21/choice-and-consent/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.cippguide.org @ 2012-02-11 02:49:36 -->
