<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Increased Security and Code Optimization]]></title>
		<link>https://punbb.informer.com/forums/topic/10627/increased-security-and-code-optimization/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/10627/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Increased Security and Code Optimization.]]></description>
		<lastBuildDate>Wed, 01 Mar 2006 00:35:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63609/#p63609</link>
			<description><![CDATA[<p>Browse hacker forums. Even experienced hackers/crackers won&#039;t even bother trying to hack a database with salted sha1 passwords.</p>]]></description>
			<author><![CDATA[null@example.com (snowman)]]></author>
			<pubDate>Wed, 01 Mar 2006 00:35:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63609/#p63609</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63545/#p63545</link>
			<description><![CDATA[<p>Well, would you be comfortable with teh fact that the admin could easily crack your password by looking at the DB?</p>]]></description>
			<author><![CDATA[null@example.com (elbekko)]]></author>
			<pubDate>Tue, 28 Feb 2006 19:00:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63545/#p63545</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63544/#p63544</link>
			<description><![CDATA[<p>is this salt really needed? cracker first needs to obtain hashed password&nbsp; somehow, which is practically impossible without getting into db itself</p>]]></description>
			<author><![CDATA[null@example.com (sopel)]]></author>
			<pubDate>Tue, 28 Feb 2006 18:52:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63544/#p63544</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63421/#p63421</link>
			<description><![CDATA[<div class="quotebox"><cite>Rickard wrote:</cite><blockquote><p>Personally, I think short tags are a bad idea. For example, what happens if you create a PHP script that starts with:</p><p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;</p><p>Well, you get a parse error.</p></blockquote></div><p>Yeah, it works that way with my host, and it drives me crazy.</p>]]></description>
			<author><![CDATA[null@example.com (pogenwurst)]]></author>
			<pubDate>Mon, 27 Feb 2006 20:12:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63421/#p63421</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63396/#p63396</link>
			<description><![CDATA[<p>Salts are a good idea. It&#039;s on the todo list.</p><p>We don&#039;t use short tags because some servers might have it disabled. The number of servers is irrelevant. The fact that there are servers out there with it disabled forces us to not rely on it. Personally, I think short tags are a bad idea. For example, what happens if you create a PHP script that starts with:</p><p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;</p><p>Well, you get a parse error.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 27 Feb 2006 12:57:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63396/#p63396</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63142/#p63142</link>
			<description><![CDATA[<p>Lol, we prolly have about the same setup Smartys <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (elbekko)]]></author>
			<pubDate>Fri, 24 Feb 2006 17:15:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63142/#p63142</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63099/#p63099</link>
			<description><![CDATA[<p>I figured, it explained a bit about why my setup was so odd <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (Smartys)]]></author>
			<pubDate>Thu, 23 Feb 2006 22:47:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63099/#p63099</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63098/#p63098</link>
			<description><![CDATA[<p>I was looking at php.ini-dist, which has the out-of-box default settings. php.ini-recommended contains non-standard settings.</p>]]></description>
			<author><![CDATA[null@example.com (Nibbler(cpg))]]></author>
			<pubDate>Thu, 23 Feb 2006 22:45:16 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63098/#p63098</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63066/#p63066</link>
			<description><![CDATA[<div class="quotebox"><cite>Nibbler(cpg) wrote:</cite><blockquote><p>It&#039;s not an apache setting, it&#039;s a php setting and it is on by default. Code meant for redistribution should of be written to work without it.</p></blockquote></div><p>I&#039;m not sure about anyplace else, but php.ini-recommended for Windows has it off by default <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /><br /></p><div class="quotebox"><blockquote><p>; Allow the &lt;? tag.&nbsp; Otherwise, only &lt;?php and &lt;script&gt; tags are recognized.<br />; NOTE: Using short tags should be avoided when developing applications or<br />; libraries that are meant for redistribution, or deployment on PHP<br />; servers which are not under your control, because short tags may not<br />; be supported on the target server. For portable, redistributable code,<br />; be sure not to use short tags.<br />short_open_tag = Off</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Smartys)]]></author>
			<pubDate>Thu, 23 Feb 2006 11:30:05 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63066/#p63066</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63047/#p63047</link>
			<description><![CDATA[<p>It&#039;s not an apache setting, it&#039;s a php setting and it is on by default. Code meant for redistribution should of be written to work without it.</p>]]></description>
			<author><![CDATA[null@example.com (Nibbler(cpg))]]></author>
			<pubDate>Thu, 23 Feb 2006 04:37:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63047/#p63047</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63031/#p63031</link>
			<description><![CDATA[<div class="quotebox"><cite>elbekko wrote:</cite><blockquote><p>Well, anyone who turned short tags off. And that&#039;s a surprising lot <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p></blockquote></div><p>short tags are off in the default httpd.conf that comes with Apache, so more like anyone who didn&#039;t turn them on <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>The password salt suggestion isn&#039;t a bad one though.</p>]]></description>
			<author><![CDATA[null@example.com (Reines)]]></author>
			<pubDate>Wed, 22 Feb 2006 20:43:50 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63031/#p63031</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63030/#p63030</link>
			<description><![CDATA[<p>Well, anyone who turned short tags off. And that&#039;s a surprising lot <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (elbekko)]]></author>
			<pubDate>Wed, 22 Feb 2006 20:17:27 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63030/#p63030</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63024/#p63024</link>
			<description><![CDATA[<div class="quotebox"><cite>snowman wrote:</cite><blockquote><p>What kind of server wouldn&#039;t?</p></blockquote></div><p>Servers without the --enable-short-tags I believe.</p>]]></description>
			<author><![CDATA[null@example.com (Jansson)]]></author>
			<pubDate>Wed, 22 Feb 2006 19:45:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63024/#p63024</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63023/#p63023</link>
			<description><![CDATA[<p>What kind of server wouldn&#039;t?</p>]]></description>
			<author><![CDATA[null@example.com (snowman)]]></author>
			<pubDate>Wed, 22 Feb 2006 19:32:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63023/#p63023</guid>
		</item>
		<item>
			<title><![CDATA[Re: Increased Security and Code Optimization]]></title>
			<link>https://punbb.informer.com/forums/post/63022/#p63022</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>This is the shorthand version and may save some keystrokes in the future:</p><p>Code:</p><p>&lt;?=$var ?&gt;</p><p>This performs the exact same echo.</p></blockquote></div><p>Don&#039;t do that. Ever. Cos many servers don&#039;t support short tags <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (elbekko)]]></author>
			<pubDate>Wed, 22 Feb 2006 19:24:47 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/63022/#p63022</guid>
		</item>
	</channel>
</rss>
