<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Storing multiple privileges/settings in a single integer</title>
	<atom:link href="http://kinsey.no/blog/index.php/2009/11/17/storing-multiple-privilegessettings-in-a-single-integer/feed/" rel="self" type="application/rss+xml" />
	<link>http://kinsey.no/blog/index.php/2009/11/17/storing-multiple-privilegessettings-in-a-single-integer/</link>
	<description>Because I want to be like the cool kids too</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: &#216;yvind Sean Kinsey</title>
		<link>http://kinsey.no/blog/index.php/2009/11/17/storing-multiple-privilegessettings-in-a-single-integer/comment-page-1/#comment-153</link>
		<dc:creator>&#216;yvind Sean Kinsey</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://kinsey.no/blog/?p=168#comment-153</guid>
		<description>This has nothing to do with obfuscating, only with the logic for storing and retrieving privilieges in the simplest way - but if you want to, then yes, you could use hex-notation to specify the values. 
 
The follow-up post is already published, &lt;a href=&quot;http://kinsey.no/blog/index.php/2009/11/17/modifying-privileges-stored-binary-using-extjs,&quot; target=&quot;_blank&quot;&gt;http://kinsey.no/blog/index.php/2009/11/17/modify...&lt;/a&gt; and gives an example on how one could view/modify such a value through using Javascript/ExtJs.  
 
As always when it comes to enforcing security in a webapplication, this has to be done both on the server (to actually enforce the restriction) and on the client (to avoid the user trying to do something he wil not be able to do) </description>
		<content:encoded><![CDATA[<p>This has nothing to do with obfuscating, only with the logic for storing and retrieving privilieges in the simplest way &#8211; but if you want to, then yes, you could use hex-notation to specify the values. </p>
<p>The follow-up post is already published, <a href="http://kinsey.no/blog/index.php/2009/11/17/modifying-privileges-stored-binary-using-extjs," target="_blank">http://kinsey.no/blog/index.php/2009/11/17/modify&#8230;</a> and gives an example on how one could view/modify such a value through using Javascript/ExtJs.  </p>
<p>As always when it comes to enforcing security in a webapplication, this has to be done both on the server (to actually enforce the restriction) and on the client (to avoid the user trying to do something he wil not be able to do)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Øyvind Sean Kinsey</title>
		<link>http://kinsey.no/blog/index.php/2009/11/17/storing-multiple-privilegessettings-in-a-single-integer/comment-page-1/#comment-579</link>
		<dc:creator>Øyvind Sean Kinsey</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://kinsey.no/blog/?p=168#comment-579</guid>
		<description>This has nothing to do with obfuscating, only with the logic for storing and retrieving privilieges in the simplest way - but if you want to, then yes, you could use hex-notation to specify the values. 
 
The follow-up post is already published, &lt;a href=&quot;http://kinsey.no/blog/index.php/2009/11/17/modifying-privileges-stored-binary-using-extjs,&quot; rel=&quot;nofollow&quot;&gt;http://kinsey.no/blog/index.php/2009/11/17/modify...&lt;/a&gt; and gives an example on how one could view/modify such a value through using Javascript/ExtJs.  
 
As always when it comes to enforcing security in a webapplication, this has to be done both on the server (to actually enforce the restriction) and on the client (to avoid the user trying to do something he wil not be able to do)</description>
		<content:encoded><![CDATA[<p>This has nothing to do with obfuscating, only with the logic for storing and retrieving privilieges in the simplest way &#8211; but if you want to, then yes, you could use hex-notation to specify the values. </p>
<p>The follow-up post is already published, <a href="http://kinsey.no/blog/index.php/2009/11/17/modifying-privileges-stored-binary-using-extjs," rel="nofollow">http://kinsey.no/blog/index.php/2009/11/17/modify&#8230;</a> and gives an example on how one could view/modify such a value through using Javascript/ExtJs.  </p>
<p>As always when it comes to enforcing security in a webapplication, this has to be done both on the server (to actually enforce the restriction) and on the client (to avoid the user trying to do something he wil not be able to do)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Kay</title>
		<link>http://kinsey.no/blog/index.php/2009/11/17/storing-multiple-privilegessettings-in-a-single-integer/comment-page-1/#comment-152</link>
		<dc:creator>Arthur Kay</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://kinsey.no/blog/?p=168#comment-152</guid>
		<description>Very cool idea... particularly since client-side logic is inherently insecure. I suppose one could even go a step further and use hexadecimal values to further obfuscate the meanings of each value. 
 
I may try to implement something like this in my own tool... I look forward to reading your follow-up post. </description>
		<content:encoded><![CDATA[<p>Very cool idea&#8230; particularly since client-side logic is inherently insecure. I suppose one could even go a step further and use hexadecimal values to further obfuscate the meanings of each value. </p>
<p>I may try to implement something like this in my own tool&#8230; I look forward to reading your follow-up post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Kay</title>
		<link>http://kinsey.no/blog/index.php/2009/11/17/storing-multiple-privilegessettings-in-a-single-integer/comment-page-1/#comment-578</link>
		<dc:creator>Arthur Kay</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://kinsey.no/blog/?p=168#comment-578</guid>
		<description>Very cool idea... particularly since client-side logic is inherently insecure. I suppose one could even go a step further and use hexadecimal values to further obfuscate the meanings of each value. 
 
I may try to implement something like this in my own tool... I look forward to reading your follow-up post.</description>
		<content:encoded><![CDATA[<p>Very cool idea&#8230; particularly since client-side logic is inherently insecure. I suppose one could even go a step further and use hexadecimal values to further obfuscate the meanings of each value. </p>
<p>I may try to implement something like this in my own tool&#8230; I look forward to reading your follow-up post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: » Modifying privileges stored binary using ExtJs</title>
		<link>http://kinsey.no/blog/index.php/2009/11/17/storing-multiple-privilegessettings-in-a-single-integer/comment-page-1/#comment-137</link>
		<dc:creator>» Modifying privileges stored binary using ExtJs</dc:creator>
		<pubDate>Tue, 17 Nov 2009 18:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://kinsey.no/blog/?p=168#comment-137</guid>
		<description>[...] an earlier post I showed you how to use binary operators to store multiple privileges/settings in a single integer [...]</description>
		<content:encoded><![CDATA[<p>[...] an earlier post I showed you how to use binary operators to store multiple privileges/settings in a single integer [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

