<?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>WILD ARTIST &#187; SECURITY</title>
	<atom:link href="http://www.wildartist.org/archives/tag/thinking-of-security/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wildartist.org</link>
	<description>All about LIFE</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:00:45 +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>Cloud Compilation Design</title>
		<link>http://www.wildartist.org/archives/1938</link>
		<comments>http://www.wildartist.org/archives/1938#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:00:45 +0000</pubDate>
		<dc:creator>Chris Allo</dc:creator>
				<category><![CDATA[TECH]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[Compilation]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[SECURITY]]></category>

		<guid isPermaLink="false">http://www.wildartist.org/?p=1938</guid>
		<description><![CDATA[We have lots of editors, tools and IDEs on development. Then how about cloud? Some particular environments move to the cloud as to increase performance and efficiency. Unfortunately, we rarely see the compilation model in cloud yet. So I suggest &#8230; <a href="http://www.wildartist.org/archives/1938">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have lots of editors, tools and IDEs on development. Then how about cloud? Some particular environments move to the cloud as to increase performance and efficiency. Unfortunately, we rarely see the compilation model in cloud yet. So I suggest new cloud compilation model which seems to be cool and safe. Here is the model diagram.</p>
<p><a href="http://www.wildartist.org/wp-content/uploads/2012/02/cloud_compilation.png"><img class="alignnone size-full wp-image-1941" title="cloud_compilation" src="http://www.wildartist.org/wp-content/uploads/2012/02/cloud_compilation.png" alt="" width="397" height="243" /></a></p>
<p>Source code is compiled to byte-code, like Java. In addition to this, it encrypts the code with encryption key which is separated from source code and byte code. The final result would be the encrypted byte-code. When the program or the service is executed, it decrypts the code and executes it. The whole process is done in cloud so nobody could exploit the niche vulnerability. If an attacker tries to crack it, he or she should get the encryption key first. If the encryption key is stored in the deepest layer of the cloud, the attacker should try to break the cloud system first. It&#8217;s a good application of cyclic authentication which I mentioned in other posting <a title="Cyclic Authentication" href="http://www.wildartist.org/archives/1914" target="_blank">here</a>.</p>
<p>This model would be applied to the cloud database solution Cloudbean, which offers new DML(Data Manipulating Language) named C2QL as the security concern is one of the most highlighted issues in cloud system. The challenge is how to make the complexity of encryption higher not to be breached.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wildartist.org/archives/1938/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concerning Cyclic Authentication Makes Better Security</title>
		<link>http://www.wildartist.org/archives/1914</link>
		<comments>http://www.wildartist.org/archives/1914#comments</comments>
		<pubDate>Sat, 31 Dec 2011 22:09:57 +0000</pubDate>
		<dc:creator>Chris Allo</dc:creator>
				<category><![CDATA[TECH]]></category>
		<category><![CDATA[SECURITY]]></category>

		<guid isPermaLink="false">http://www.wildartist.org/?p=1914</guid>
		<description><![CDATA[Common graph algorithms in computer science mostly assume that there&#8217;s no cycle in graph structure. On the other hand, the cyclic authentication proves to be a great tool for security enhancement indeed. A cycle means eternity. When a program meets &#8230; <a href="http://www.wildartist.org/archives/1914">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wildartist.org/wp-content/uploads/2012/01/cycle.png"><img class="alignnone size-full wp-image-1915" title="cycle" src="http://www.wildartist.org/wp-content/uploads/2012/01/cycle.png" alt="" width="294" height="300" /></a></p>
<p>Common graph algorithms in computer science mostly assume that there&#8217;s no cycle in graph structure. On the other hand, the cyclic authentication proves to be a great tool for security enhancement indeed. A cycle means eternity. When a program meets the cycle, it never ends. We can apply the mechanism to ameliorate encryption algorithm. For instance, suppose that there are three individual services A, B and C. Service A has the password to access B, B has that of C and C has that of A. It&#8217;s a cyclic password lock. No one can break the cycle unless every service is completely exploited by attackers. Excluding social engineering cases, the countermeasure proves no way to break up. It&#8217;s a very subject worthy to consider.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wildartist.org/archives/1914/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What You Should Do Right Before Deploying Your Web Site</title>
		<link>http://www.wildartist.org/archives/1252</link>
		<comments>http://www.wildartist.org/archives/1252#comments</comments>
		<pubDate>Fri, 09 Jul 2010 06:32:33 +0000</pubDate>
		<dc:creator>Chris Allo</dc:creator>
				<category><![CDATA[PROJECT]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SECURITY]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web service]]></category>

		<guid isPermaLink="false">http://www.wildartist.org/?p=1252</guid>
		<description><![CDATA[Web grows fast and delivers the colossal impact in modern life. And many service providers are preparing for web service relating to other industries. If you are one of them, however, you need to check a few things before you launch the &#8230; <a href="http://www.wildartist.org/archives/1252">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Web grows fast and delivers the colossal impact in modern life. And many service providers are preparing for web service relating to other industries. If you are one of them, however, you need to check a few things before you launch the service. I mention three things to check here and will explicate why you should keep each of them in mind.</p>
<p><a href="http://www.wildartist.org/wp-content/uploads/2010/07/w3c.jpg"><img class="alignnone size-medium wp-image-1255" title="w3c" src="http://www.wildartist.org/wp-content/uploads/2010/07/w3c-300x127.jpg" alt="" width="300" height="127" /></a></p>
<p><strong>Validation of Web Standard (W3C Validation)</strong><br />
The main reason of this phase is that many browser vendors have made their programs so differently. Keeping web standard may help your service shown identically regardless of browser environment. W3C, who enacts the web standard offers a service to validate online. (<a href="http://validator.w3.org">http://validator.w3.org</a>) Insert your site address and click Check button to conduct validation. If you meet some errors or warnings, you&#8217;d better remove them all.</p>
<p><strong>Optimization</strong><br />
Optimization is important to improve the performance of the service. According to the statistics from Amazon.com, 0.1 second speed-up brings 1% revenue increment. There are some issues about the method so you can consider them. Here is a list of optimizing stuffs.</p>
<p>- Locating inline script and stylesheet(CSS) properly.<br />
- Deferred script.<br />
- Gzip compression.<br />
- Seeing how CSS selector operates in browser.<br />
- Optimization of images (GIF, JPEG, PNG, etc)</p>
<p><strong>Security Manners</strong><br />
It is essential to sanitize user&#8217;s input. You&#8217;ll get a big trouble by hackers who targets at the core information in your site unless missing security managing process. That is, the personal data and information could be divulged or manipulated. The range of security is broad but you can see the following issues primarily.</p>
<p>- XSS (Cross-site script) attack.<br />
- SQL injection.<br />
- Intercepting user session.<br />
- Exploiting vulnerabilities of browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wildartist.org/archives/1252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security is not a trite one.</title>
		<link>http://www.wildartist.org/archives/429</link>
		<comments>http://www.wildartist.org/archives/429#comments</comments>
		<pubDate>Tue, 24 Feb 2009 00:33:17 +0000</pubDate>
		<dc:creator>Chris Allo</dc:creator>
				<category><![CDATA[BUSINESS]]></category>
		<category><![CDATA[SECURITY]]></category>

		<guid isPermaLink="false">http://www.wildartist.org/?p=429</guid>
		<description><![CDATA[Security, security, security. You may have been defeaning with your boss&#8217; emphasis on it. Why do many argue that security is important? Most people think that it just increases cost. That&#8217;s right if your application or service is only for &#8230; <a href="http://www.wildartist.org/archives/429">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Security, security, security. You may have been defeaning with your boss&#8217; emphasis on it. Why do many argue that security is important?</p>
<p><img class="alignnone size-full wp-image-431" title="sniperwms" src="http://www.wildartist.org/wp-content/uploads/2009/02/sniperwms.jpg" alt="sniperwms" width="300" height="158" /></p>
<p>Most people think that it just increases cost. That&#8217;s right if your application or service is only for your company. But how about commercial product? Actually a bunch of companies don&#8217;t think of the next while developing applications. They don&#8217;t think maintenance, backup, risk of rebuked by customers, and even SECURITY. They just focus on what to make or what to develop.</p>
<p>What is the value of security? It resembles health insurance. If you&#8217;re healthy, it would not be needed. Otherwise, the cost would be serious. By a statistics, the cost for maintaining or restoring from latter problems is about three times more than the cost for developing. Considering security issue is one of the most significant matters in desigining process I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wildartist.org/archives/429/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to avoid malicious content mitigation</title>
		<link>http://www.wildartist.org/archives/333</link>
		<comments>http://www.wildartist.org/archives/333#comments</comments>
		<pubDate>Tue, 23 Dec 2008 05:50:10 +0000</pubDate>
		<dc:creator>Chris Allo</dc:creator>
				<category><![CDATA[DEVELOPMENT]]></category>
		<category><![CDATA[Cyberattack]]></category>
		<category><![CDATA[Malicious Code]]></category>
		<category><![CDATA[SECURITY]]></category>

		<guid isPermaLink="false">http://www.wildartist.org/?p=333</guid>
		<description><![CDATA[This document is refered from CERT Adversory CA-2000-02. I introduce a security issue for web developers as I&#8217;m a web developer too. If you&#8217;ve researched about web security, you may have heard about XSS. What is XSS? XSS is acronym for cross-side &#8230; <a href="http://www.wildartist.org/archives/333">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This document is refered from <a href="http://www.cert.org/advisories/CA-2000-02.html" target="_blank">CERT Adversory CA-2000-02</a>.</p>
<p><img class="alignnone size-full wp-image-334" title="cert" src="http://www.wildartist.org/wp-content/uploads/2008/12/cert.jpg" alt="cert" width="300" height="155" /></p>
<p>I introduce a security issue for web developers as I&#8217;m a web developer too. If you&#8217;ve researched about web security, you may have heard about XSS. What is XSS? XSS is acronym for cross-side script. You may ask, &#8220;Why not CSS but XSS?&#8221; Yes. That&#8217;s because CSS means Cascading Style Sheets which is used to dispose HTML document and its components. To avoid confusion with duplicated terms, we often call cross-side script XSS. The document, CERT Adversory CA-2000-02, is talking about XSS. And I&#8217;ll abridge the report and explain how to avoid malicious script insertion.</p>
<p>In the beginning, let&#8217;s define a key term. What is script? Script includes javascript, VBScript, etc. It would be dangerous if someone seeds his script for malicious intention in your site. By the reference, its impact can be huge enough even to expose SSL-encrypted connections. Attackers are able to steal your cookies. They can modify the behavior of forms, including how results are submitted. Javascript rules domain based security policies but it would be broken with XSS attack.</p>
<p>Then how can we escape? Users can do nothing for this problem. Oh, there&#8217;s one. Disabling scripting languages would work. But, I think nobody want to do it. The real solution is in the hand of developers. They should recode dynamically generated pages to validate output. That means whenever user&#8217;s input text is revealed, replace original one by safe one. Now, I show you characters which can be a risky factor.</p>
<ul>
<li>In the content of the block-level elements, special characters like &#8220;&lt;&#8221;, &#8220;&gt;&#8221; and &#8220;&amp;&#8221; operates as a tag.</li>
<li>In attribute values, quotation marks should be checked.</li>
<li>In URLs, non-ASCII characters (especially &#8220;%&#8221;) should be filtered.</li>
</ul>
<p>These facts can be solved with the following solutions.<br />
<a href="http://www.cert.org/tech_tips/malicious_code_mitigation.html">http://www.cert.org/tech_tips/malicious_code_mitigation.html</a></p>
<p><strong>C++ Example</strong></p>
<blockquote><p>BYTE IsBadChar[] = {<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0xFF,0xFF,0&#215;00,0&#215;00,0xFF,0xFF,0xFF,0xFF,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0xFF,0xFF,0&#215;00,0xFF,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;00<br />
};</p>
<p>DWORD FilterBuffer(BYTE * pString,DWORD cChLen) {<br />
    BYTE * pBad = pString;<br />
    BYTE * pGood = pString;<br />
    DWORD i=0;<br />
    if (!pString) return 0;<br />
    for (i=0;pBad[i];i++) {<br />
        if (!IsBadChar[pBad[i]]) *pGood++ = pBad[i];<br />
    };<br />
    return pGood-pString;<br />
}</p></blockquote>
<p><strong>JavaScript Example</strong></p>
<blockquote><p>function RemoveBad(InStr) {<br />
    InStr = InStr.replace(/\&lt;/g,&#8221;").replace(/\&gt;/g,&#8221;");<br />
    InStr = InStr.replace(/\&#8221;/g,&#8221;")replace(/\&#8217;/g,&#8221;");<br />
    InStr = InStr.replace(/\%/g,&#8221;").replace(/\;/g,&#8221;");<br />
    InStr = InStr.replace(/\(/g,&#8221;").replace(/\)/g,&#8221;");<br />
    InStr = InStr.replace(/\&amp;/g,&#8221;").replace(/\+/g,&#8221;");<br />
    return InStr;<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wildartist.org/archives/333/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Intrusion Detection System (IDS)?</title>
		<link>http://www.wildartist.org/archives/263</link>
		<comments>http://www.wildartist.org/archives/263#comments</comments>
		<pubDate>Tue, 25 Nov 2008 09:09:37 +0000</pubDate>
		<dc:creator>Chris Allo</dc:creator>
				<category><![CDATA[TECH]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[SECURITY]]></category>

		<guid isPermaLink="false">http://www.wildartist.org/?p=263</guid>
		<description><![CDATA[Intrusion Detection System (IDS) is a product automatizes logging records and checking real-time system events. IDS is not only used to detect intrusion, but also used to check the failure of the system and performance. It also audits breach of CIA. Now, I introduce some &#8230; <a href="http://www.wildartist.org/archives/263">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Intrusion Detection System (IDS) is a product automatizes logging records and checking real-time system events. IDS is not only used to detect intrusion, but also used to check the failure of the system and performance. It also audits breach of CIA. Now, I introduce some kinds of IDSs.</p>
<p><a href="http://www.wildartist.org/wp-content/uploads/2008/11/linux.jpg"><img class="alignnone size-full wp-image-264" title="linux" src="http://www.wildartist.org/wp-content/uploads/2008/11/linux.jpg" alt="" width="300" height="240" /></a></p>
<p><strong>Host-based IDS</strong><br />
Host-base IDS focuses on sole computer so that it can check event logs in detail. This type of IDS can detect anomalies which couldn&#8217;t be detected by Network-based IDS, but it cannot detect attacks from network or other systems. It consumes resources for monitoring and reduces performance.</p>
<p><strong>Network-based IDS</strong><br />
Network-based IDS detects attacks and exceptions by capturing network packets and auditing them. It can detect continuous attempt to attack but can&#8217;t supply any log which records how the attack affects the system.</p>
<p><strong>Knowledge-based detection</strong><br />
Knowledge-based detection is also called pattern-matching detection. It checks whether each monitored event matches signature DB. If it matches, IDS will decide that attack occurs. It can only find attacks which signature DB know.</p>
<p><strong>Behavior-based detection</strong><br />
Behavior-based detection is also called statistical intrusion detection, anomaly detection, and heuristic-based detection. It explores normal activities and events by auditing and learning. Once it accumulates enough data for normal actions, it can judge anomalies. The weak point is that it alerts wrong alarms far more frequently than other IDSs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wildartist.org/archives/263/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identification, Authentication, and Authorization</title>
		<link>http://www.wildartist.org/archives/178</link>
		<comments>http://www.wildartist.org/archives/178#comments</comments>
		<pubDate>Tue, 14 Oct 2008 01:32:58 +0000</pubDate>
		<dc:creator>Chris Allo</dc:creator>
				<category><![CDATA[TECH]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Authorization]]></category>
		<category><![CDATA[Identification]]></category>
		<category><![CDATA[SECURITY]]></category>

		<guid isPermaLink="false">http://www.wildartist.org/?p=178</guid>
		<description><![CDATA[Do you know much about the login process? Sometimes, people are confused among identification, authentication, and authorization. What is the difference? I&#8217;ll let you know at this time. Identification It&#8217;s the stage for subjects to open their identity and get accountability. Once they open &#8230; <a href="http://www.wildartist.org/archives/178">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Do you know much about the login process? Sometimes, people are confused among identification, authentication, and authorization. What is the difference? I&#8217;ll let you know at this time.</p>
<p><a href="http://www.wildartist.org/wp-content/uploads/2008/10/password.jpg"><img class="alignnone size-full wp-image-179" title="password" src="http://www.wildartist.org/wp-content/uploads/2008/10/password.jpg" alt="" width="300" height="214" /></a></p>
<p><strong>Identification</strong></p>
<p>It&#8217;s the stage for subjects to open their identity and get accountability. Once they open themselves to the public, they are responsible for their behaviors. It begins with showing their ID, or private identifying number.</p>
<p><strong>Authentication</strong></p>
<p>It&#8217;s the stage to check the identification is correct. Authentication requests additional information to audit whether presented identity corresponds with the subject. Three types of information is usually used for authentication.</p>
<ul>
<li>Type 1: Something you know. (ex: password)</li>
<li>Type 2: Something you have. (ex: smart card)</li>
<li>Type 3: Something you are. (ex: fingerprint, iris)</li>
</ul>
<p><strong>Authorization</strong></p>
<p>It&#8217;s the stage to grant rights and privileges to the authenticated subject. Authenticated subjects are able to do something which is allowed with their authority.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wildartist.org/archives/178/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

