<?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>WebAppers &#187; Security</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Sat, 21 Nov 2009 07:01:00 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>jCryption &#8211; Javascript HTML-Form Encryption Plugin</title><link>http://www.webappers.com/2009/09/17/jcryption-javascript-html-form-encryption-plugin/</link> <comments>http://www.webappers.com/2009/09/17/jcryption-javascript-html-form-encryption-plugin/#comments</comments> <pubDate>Thu, 17 Sep 2009 07:01:10 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1671</guid> <description><![CDATA[
jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest. jCryption is completly free and dual licensed under the MIT and GPL licenses like jQuery.
Normally if you submit [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
src="http://www.webappers.com/img/2009/08/jcryption.jpg" alt="jCryption" /></p><p><a
title="jCryption" href="http://www.jcryption.org/" target="_blank">jCryption</a> is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest. jCryption is completly free and dual licensed under the MIT and GPL licenses like jQuery.</p><p>Normally if you submit a form and you don’t use SSL, your data will be sent in plain text. But SSL is neither supported by every webhost nor it’s easy to install/apply sometimes. So I created this plug-in in order that you are able to encrypt your data fast and simple. jCryption uses the public-key algorithm of RSA for the encryption.</p><p><a
title="jCryption" href="http://www.jcryption.org/" target="_blank">jCryption</a> at it’s current state is no replacement for SSL, because there is no authentication, but the main goal of jCryption should be a very easy and fast to install plugin which offers a base level of security.</p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.jcryption.org/" target="_blank">http://www.jcryption.org/</a><br
/> License: MIT, GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/05/07/fancy-form-styling-and-advanced-form-functionality/" rel="bookmark" title="May 7, 2009">Fancy Form Styling and Advanced Form Functionality</a></li><li><a
href="http://www.webappers.com/2007/08/22/jquery-password-strength-meter-with-better-algorithm/" rel="bookmark" title="August 22, 2007">JQuery Password Strength Meter with Better Algorithm</a></li><li><a
href="http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/" rel="bookmark" title="June 12, 2009">jQuery Inline Form Validation Engine</a></li><li><a
href="http://www.webappers.com/2007/08/03/assl-open-source-ajax-secure-service-layer/" rel="bookmark" title="August 3, 2007">aSSL &#8211; Open Source Ajax Secure Service Layer</a></li><li><a
href="http://www.webappers.com/2009/01/09/easy-image-or-content-slider-for-jquery/" rel="bookmark" title="January 9, 2009">Easy Image or Content Slider for jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/09/17/jcryption-javascript-html-form-encryption-plugin/feed/</wfw:commentRss> </item> <item><title>PHPSecInfo &#8211; Security Information About PHP Environment</title><link>http://www.webappers.com/2009/08/22/phpsecinfo-security-information-about-php-environment/</link> <comments>http://www.webappers.com/2009/08/22/phpsecinfo-security-information-about-php-environment/#comments</comments> <pubDate>Sat, 22 Aug 2009 07:01:59 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1626</guid> <description><![CDATA[
PHP Security Consortium (PHPSC) is an international group of PHP experts dedicated to promoting secure programming practices within the PHP community. Members of the PHPSC seek to educate PHP developers about security through a variety of resources, including documentation, tools, and standards. You can read the PHP Security Guide they have published.
In addition to their [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
src="http://www.webappers.com/img/2009/07/php-security.jpg" alt="PHP Security" /></p><p><strong>PHP Security Consortium (PHPSC)</strong> is an international group of PHP experts dedicated to promoting secure programming practices within the PHP community. Members of the PHPSC seek to educate PHP developers about security through a variety of resources, including documentation, tools, and standards. You can read the <a
title="PHP Security Guide" href="http://phpsec.org/projects/guide/" target="_blank">PHP Security Guide</a> they have published.</p><p>In addition to their educational efforts, the PHPSC engages in exploratory and experimental research in order to develop and promote standards of best practice for PHP application development. PHP Security Consortium has developed <strong><a
title="PHPSecInfo" href="http://phpsec.org/projects/phpsecinfo/index.html" target="_blank">PHPSecInfo</a></strong> in order to help developers and system administrators audit PHP environments.</p><p><strong><a
title="PHPSecInfo" href="http://phpsec.org/projects/phpsecinfo/index.html" target="_blank">PHPSecInfo</a></strong> provides an equivalent to the phpinfo() function that reports security information about the PHP environment, and offers suggestions for improvement. It is not a replacement for secure development techniques, and does not do any kind of code or app auditing, but can be a useful tool in a multilayered security approach.</p><blockquote><p>Requirements: -<br
/> Demo: <a
rel="nofollow" href="http://phpsec.org/projects/phpsecinfo/index.html" target="_blank">http://phpsec.org/projects/phpsecinfo/index.html</a><br
/> License: New BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/" rel="bookmark" title="October 9, 2008">Seven habits for writing secure PHP applications</a></li><li><a
href="http://www.webappers.com/2007/05/28/develop-desktop-application-with-flash-html-javascript-ajax/" rel="bookmark" title="May 28, 2007">Transform Web App into Desktop App with Apollo</a></li><li><a
href="http://www.webappers.com/2009/01/03/browser-security-handbook-for-web-application-developers/" rel="bookmark" title="January 3, 2009">Browser Security Handbook For Web Application Developers</a></li><li><a
href="http://www.webappers.com/2008/12/12/comparison-between-zend-and-cakephp-framework/" rel="bookmark" title="December 12, 2008">Comparison Between Zend and CakePHP Framework</a></li><li><a
href="http://www.webappers.com/2008/08/15/email-standards-project-with-detailed-acid-test-results/" rel="bookmark" title="August 15, 2008">Email Standards Project with Detailed Acid Test Results</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/08/22/phpsecinfo-security-information-about-php-environment/feed/</wfw:commentRss> </item> <item><title>Password Masking with Non Reversible Visualization</title><link>http://www.webappers.com/2009/07/24/password-masking-with-non-reversible-visualization/</link> <comments>http://www.webappers.com/2009/07/24/password-masking-with-non-reversible-visualization/#comments</comments> <pubDate>Fri, 24 Jul 2009 07:01:29 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1641</guid> <description><![CDATA[As security expert Bruce Schneier said recently, password masking is not a panacea. Finding a solution that provides both security and usability is the goal.
HashMask is a jQuery plugin that will produce a unique and non reversible visualization of a users password. The hope being that they would be able to confirm that they entered [...]]]></description> <content:encoded><![CDATA[<p>As security expert Bruce Schneier said recently, <a
href="http://www.schneier.com/blog/archives/2009/07/the_pros_and_co.html">password masking is not a panacea</a>. Finding a solution that provides both security and usability is the goal.</p><p><strong><a
title="HashMask" href="http://lab.arc90.com/2009/07/hashmask.php" target="_blank">HashMask</a></strong> is a jQuery plugin that will produce <em><strong>a unique and non reversible visualization of a users password</strong></em>. The hope being that they would be able to confirm that they entered their password correctly, but no one else would. It also degrades gracefully so that users without javascript or a poor browser (IE6) will just see a password field.</p><p>Technically speaking, it uses a subset of the sha1 hash of the password as the seed for the sparkline&#8217;s shape and color. It should be relatively safe from reverse engineering as a result. <em>There is the potential to estimate a possible range of characters of the first section of the hash, but overall this should be a extremely low risk</em>.</p><p
style="text-align: center;"><a
title="HashMask" href="http://lab.arc90.com/2009/07/hashmask.php" target="_blank"><img
src="http://www.webappers.com/img/2009/07/password-masking.jpg" alt="Password Masking" /></a></p><blockquote><p>Requirements: Javascript Enabled<br
/> Demo: <a
title="demo" rel="nofollow" href="http://lab.arc90.com/2009/07/hashmask.php" target="_blank">http://lab.arc90.com/2009/07/hashmask.php</a><br
/> License: BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/03/17/integrate-password-strength-checker-into-registration-forms/" rel="bookmark" title="March 17, 2008">Integrate Password Strength Checker into Registration Forms</a></li><li><a
href="http://www.webappers.com/2009/07/09/iphone-like-password-fields-jquery-plugin/" rel="bookmark" title="July 9, 2009">iPhone-like Password Fields jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2007/08/09/ajax-password-strength-meter/" rel="bookmark" title="August 9, 2007">Ajax Password Strength Meter</a></li><li><a
href="http://www.webappers.com/2007/06/25/colorjack-dhtml-color-picker-under-creative-commons/" rel="bookmark" title="June 25, 2007">ColorJack DHTML Color Picker under Creative Commons</a></li><li><a
href="http://www.webappers.com/2007/08/22/jquery-password-strength-meter-with-better-algorithm/" rel="bookmark" title="August 22, 2007">JQuery Password Strength Meter with Better Algorithm</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/07/24/password-masking-with-non-reversible-visualization/feed/</wfw:commentRss> </item> <item><title>Using Open Source Projects to Build an SSL Accelerator</title><link>http://www.webappers.com/2009/04/18/using-open-source-projects-to-build-an-ssl-accelerator/</link> <comments>http://www.webappers.com/2009/04/18/using-open-source-projects-to-build-an-ssl-accelerator/#comments</comments> <pubDate>Sat, 18 Apr 2009 07:01:57 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1551</guid> <description><![CDATA[SSL acceleration is a technique that off-loads the processor intensive public key encryption algorithms used in SSL transactions to a hardware accelerator. These solutions often involve a considerable up front investment as the specialized equipment is rather costly. o3 Magazine though looks at using off the shelf server hardware and open source software to build [...]]]></description> <content:encoded><![CDATA[<p><strong>SSL acceleration is a technique that off-loads</strong> the processor intensive public key encryption algorithms used in SSL transactions to a hardware accelerator. These solutions often involve a considerable up front investment as the specialized equipment is rather costly. o3 Magazine though looks at using off the shelf server hardware and open source software to <a
title="Open Source SSL Accelerator" href="http://www.o3magazine.com/4/a/0/2.html" target="_blank">build a cost effective SSL accelerator</a>.</p><p>Ultimately there are two ways to do SSL Acceleration or SSL off-load. It can be done on the server side by <strong>installing an SSL Accelerator card</strong>, which has special custom processors designed to perform the public key encryption algorithms in hardware rather than software.</p><p>The other way to do SSL acceleration is to <strong>install a device in front of the web servers</strong>, this is typically an appliance or switch with comparable hardware to the SSL accelerator card. These devices often provide other features such as load balancing. They typically have higher transactions per second and thruputcapacity than a single server with an SSL accelerator card.</p><p><a
title="Open Source SSL Accelerator" href="http://www.o3magazine.com/4/a/0/2.html" target="_blank">The Open Source SSL Accelerator</a> requires a dedicated server running Linux. A multi-core or multi-processor system is highly recommended, with an emphasis on processing power and to a lesser degree RAM. The only software requirement is <em><strong>Nginx (Engine-X) which is an Open Source web server project</strong></em>. Nginx is designed to handle a large number of transactions per second, and has very well designed I/O subsystem code, which is what gives it a serious advantage over other options such as Lighttpd and Apache.</p><p>os Magazine has concluded that Nginx once again has shown that it is a versatile open source project. For the cost of a server and a few hours work, any system administrator can increase the capacity of their existing server farm by building an Open Source SSL Accelerator. Reducing the complexity of certificate management, reducing the number of certificates needed and reducing the overall load per request on the existing server farm, this solution offers a cost-effective way of breathing new life into an existing server farm.</p><blockquote><p>Source: <a
title="Open Source SSL Accelerator" rel="nofollow" href="http://www.o3magazine.com/4/a/0/2.html" target="_blank">Open Source SSL Acceleration </a></p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/06/23/open-source-course-management-system/" rel="bookmark" title="June 23, 2008">Open Source Course Management System</a></li><li><a
href="http://www.webappers.com/2008/05/23/atmail-open-redefining-open-source-webmail/" rel="bookmark" title="May 23, 2008">AtMail Open: Redefining Open Source Webmail</a></li><li><a
href="http://www.webappers.com/2008/02/07/opendns-providing-a-safer-and-faster-internet-for-free/" rel="bookmark" title="February 7, 2008">OpenDNS &#8211; Providing A Safer and Faster Internet for Free</a></li><li><a
href="http://www.webappers.com/2008/03/24/dolphin-open-source-smart-community-builder/" rel="bookmark" title="March 24, 2008">Dolphin &#8211; Open Source Smart Community Builder</a></li><li><a
href="http://www.webappers.com/2008/09/28/create-your-own-social-network-site-with-elgg/" rel="bookmark" title="September 28, 2008">Create Your Own Social Network Site with Elgg</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/04/18/using-open-source-projects-to-build-an-ssl-accelerator/feed/</wfw:commentRss> </item> <item><title>Browser Security Handbook For Web Application Developers</title><link>http://www.webappers.com/2009/01/03/browser-security-handbook-for-web-application-developers/</link> <comments>http://www.webappers.com/2009/01/03/browser-security-handbook-for-web-application-developers/#comments</comments> <pubDate>Sat, 03 Jan 2009 07:01:58 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Information]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1459</guid> <description><![CDATA[Browser Security Handbook is meant to provide web application developers, browser engineers, and information security researchers with a one-stop reference to key security properties of contemporary web browsers. Insufficient understanding of these often poorly-documented characteristics is a major contributing factor to the prevalence of several classes of security vulnerabilities.
Although all browsers implement roughly the same [...]]]></description> <content:encoded><![CDATA[<p><a
title="Browser Security Handbook" href="http://code.google.com/p/browsersec/" target="_blank">Browser Security Handbook</a> is meant to provide web application developers, browser engineers, and information security researchers with a one-stop reference to key security properties of contemporary web browsers. Insufficient understanding of these often poorly-documented characteristics is a major contributing factor to the prevalence of several classes of security vulnerabilities.</p><p>Although all browsers implement roughly the same set of baseline features, there is relatively little standardization &#8211; or conformance to standards &#8211; when it comes to many of the less apparent implementation details. Furthermore, vendors routinely introduce proprietary tweaks or improvements that may interfere with existing features in non-obvious ways, and seldom provide a detailed discussion of potential problems.</p><p><a
title="Browser Security Handbook" href="http://code.google.com/p/browsersec/" target="_blank">Browser Security Handbook</a> currently covers several hundred security-relevant characteristics of Microsoft Internet Explorer (versions 6 and 7), Mozilla Firefox (versions 2 and 3), Apple Safari, Opera, Google Chrome, and Android embedded browser.</p><p>Open-source test cases provided alongside with this document permit any other browser implementations to be quickly evaluated in a similar manner.</p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://code.google.com/p/browsersec/" target="_blank">http://code.google.com/p/browsersec/</a><br
/> License: Apache License 2.0</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/08/03/create-rounded-corners-with-css3-border-radius-property/" rel="bookmark" title="August 3, 2009">Create Rounded Corners with CSS3 Border-Radius Property</a></li><li><a
href="http://www.webappers.com/2008/10/31/free-css-drop-down-menu-framework/" rel="bookmark" title="October 31, 2008">Free CSS Drop-Down Menu Framework</a></li><li><a
href="http://www.webappers.com/2009/03/20/easy-cross-browser-testing-with-superpreview/" rel="bookmark" title="March 20, 2009">Easy Cross-Browser Testing with SuperPreview</a></li><li><a
href="http://www.webappers.com/2008/11/11/free-glossy-modern-web-browsers-icons-download/" rel="bookmark" title="November 11, 2008">Free Glossy Modern Web Browsers Icons Download</a></li><li><a
href="http://www.webappers.com/2008/11/07/money-being-made-in-popular-open-source-companies/" rel="bookmark" title="November 7, 2008">Money Being Made In Popular Open Source Companies</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/01/03/browser-security-handbook-for-web-application-developers/feed/</wfw:commentRss> </item> <item><title>Seven habits for writing secure PHP applications</title><link>http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/</link> <comments>http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/#comments</comments> <pubDate>Thu, 09 Oct 2008 07:01:57 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1375</guid> <description><![CDATA[Today, I have found a nice article from IBM about &#8220;Seven habits for writing secure PHP applications&#8220;. Security in a PHP application includes remote and local security concerns. Discover the habits PHP developers should get into to implement Web applications that have both characteristics.
When it comes to security, remember that in addition to actual [...]]]></description> <content:encoded><![CDATA[<p>Today, I have found a nice article from IBM about &#8220;<a
href="http://www.ibm.com/developerworks/opensource/library/os-php-secure-apps/index.html" target="_blank">Seven habits for writing secure PHP applications</a>&#8220;. Security in a PHP application includes remote and local security concerns. Discover the habits PHP developers should get into to implement Web applications that have both characteristics.</p><p>When it comes to security, remember that in addition to actual platform and operating system security issues, you need to ensure that you write your application to be secure. When you write PHP applications, apply these seven habits to make sure your applications are as secure as possible. It includes Validate input, Guard your file system, database, session data, Guard against Cross-Site Scripting (XSS) vulnerabilities, Verify form posts and Protect against Cross-Site Request Forgeries (CSRF).</p><blockquote><p> Source: <a
href="http://www.ibm.com/developerworks/opensource/library/os-php-secure-apps/index.html" target="_blank" rel="nofollow">Seven habits for writing secure PHP applications</a></p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/09/24/zk-open-source-ajax-mobile-framework-with-direct-ria/" rel="bookmark" title="September 24, 2008">ZK &#8211; Open Source Ajax + Mobile Framework with Direct RIA</a></li><li><a
href="http://www.webappers.com/2007/08/12/akelos-a-port-of-ruby-on-rails-php-framework/" rel="bookmark" title="August 12, 2007">Akelos a Port of Ruby on Rails PHP Framework</a></li><li><a
href="http://www.webappers.com/2009/08/22/phpsecinfo-security-information-about-php-environment/" rel="bookmark" title="August 22, 2009">PHPSecInfo &#8211; Security Information About PHP Environment</a></li><li><a
href="http://www.webappers.com/2007/05/29/google-gear-enables-offline-use-of-web-applications/" rel="bookmark" title="May 29, 2007">Google Gear Enables Offline Use Of Web Applications</a></li><li><a
href="http://www.webappers.com/2008/05/25/modsecurity-open-source-web-application-firewall/" rel="bookmark" title="May 25, 2008">ModSecurity &#8211; Open Source Web Application Firewall</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/feed/</wfw:commentRss> </item> <item><title>Suhosin &#8211; Advanced Protection System for PHP</title><link>http://www.webappers.com/2008/08/14/suhosin-advanced-protection-system-for-php/</link> <comments>http://www.webappers.com/2008/08/14/suhosin-advanced-protection-system-for-php/#comments</comments> <pubDate>Thu, 14 Aug 2008 07:01:16 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1263</guid> <description><![CDATA[
Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
title="hardened-php" src="http://www.webappers.com/img/2008/08/hardened-php.png" alt="Suhosin - Advanced Protection System for PHP Installations" /></p><p><a
title="Suhosin - Advanced Protection System for PHP Installations" href="http://www.hardened-php.net/suhosin/" target="_blank">Suhosin</a> is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections.</p><p>If you are using PHP only for your own server and only for your own scripts and applications, then you can judge for yourself, if you trust your code enough. In that case you most probably don’t need the Suhosin extension. Because most of it’s features are meant to protect servers against vulnerable programming techniques. However PHP is a very complex programming language with a lot of pitfalls that are often overseen during the development of applications. Even PHP core programmers are writing insecure code from time to time, because they did not know about a PHP pitfall. Therefore it is always a good idea to have <a
title="Suhosin - Advanced Protection System for PHP Installations" href="http://www.hardened-php.net/suhosin/" target="_blank">Suhosin</a> as your safety net.</p><p>P.S. Suhosin (수호신) is a south-korean word that means something very similiar to the english guardian-angel.</p><blockquote><p>Requirements: -<br
/> Demo: <a
rel="nofollow" href="http://www.hardened-php.net/suhosin/" target="_blank">http://www.hardened-php.net/suhosin/</a><br
/> License: PHP License 3.01</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/09/06/cappuccino-web-framework-in-objective-j/" rel="bookmark" title="September 6, 2008">Cappuccino Web Framework in Objective-J</a></li><li><a
href="http://www.webappers.com/2008/08/11/14-ways-to-learn-from-creative-programmers/" rel="bookmark" title="August 11, 2008">14 Ways to Learn From Creative Programmers</a></li><li><a
href="http://www.webappers.com/2009/01/14/useful-web-application-user-interface-techniques/" rel="bookmark" title="January 14, 2009">Useful Web Application User Interface Techniques</a></li><li><a
href="http://www.webappers.com/2008/07/02/google-code-jam-2008-with-80000-prize-money/" rel="bookmark" title="July 2, 2008">Google Code Jam 2008 with $80,000 Prize Money</a></li><li><a
href="http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/" rel="bookmark" title="October 9, 2008">Seven habits for writing secure PHP applications</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/08/14/suhosin-advanced-protection-system-for-php/feed/</wfw:commentRss> </item> <item><title>Ratproxy Passive Web Application Security Audit Tool</title><link>http://www.webappers.com/2008/07/05/ratproxy-passive-web-application-security-audit-tool/</link> <comments>http://www.webappers.com/2008/07/05/ratproxy-passive-web-application-security-audit-tool/#comments</comments> <pubDate>Sat, 05 Jul 2008 07:01:01 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1179</guid> <description><![CDATA[Just a quick reminder that tomorrow is the last day for you to submit your work for Web Design Contest with $1,000 Cash Prize. Good Luck~Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized [...]]]></description> <content:encoded><![CDATA[<p><strong><span
style="color: #ff0000;">Just a quick reminder that tomorrow is the last day for you to submit your work for <a
href="http://www.webappers.com/2008/06/17/web-design-contest-with-1000-cash-prize/">Web Design Contest with $1,000 Cash Prize</a>. Good Luck~</span><br
/> </strong></p><p><a
title="Ratproxy Passive Web Application Security Audit Tool" href="http://code.google.com/p/ratproxy/" target="_blank"><em>Ratproxy</em></a> is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing, user-initiated traffic in complex <em>web 2.0</em> environments. The approach taken with <em>ratproxy</em> offers several important advantages over more traditional methods:</p><ul><li><strong>No risk of disruptions.</strong> In the default operating mode, tool does not generate a high volume of attack-simulating traffic, and as such may be safely employed against production systems at will, for all types of ad hoc, post-release audits. Active scanners may trigger DoS conditions or persistent XSSes, and hence are poorly suited for live platforms.</li></ul><ul><li><strong>Low effort, high yield.</strong> Compared to active scanners or fully manual proxy-based testing, <em>ratproxy</em> assessments take very little time or bandwidth to run, and proceed in an intuitive, distraction-free manner &#8211; yet provide a good insight into the inner workings of a product, and the potential security vulnerabilities therein. They also afford a consistent and predictable coverage of user-accessible features.</li></ul><ul><li><strong>Preserved control flow of human interaction.</strong> By silently following the browser, the coverage in locations protected by nonces, during other operations valid only under certain circumstances, or during dynamic events such as cross-domain <tt>Referer</tt> data disclosure, is greatly enhanced. Brute-force crawlers and fuzzers usually have no way to explore these areas in a reliable manner.</li></ul><ul><li><strong>WYSIWYG data on script behavior.</strong> Javascript interfaces and event handlers are explored precisely to a degree they are used in the browser, with no need for complex guesswork or simulations. Active scanners often have a significant difficulty exploring JSON responses, <tt>XMLHttpRequest()</tt> behavior, UI-triggered event data flow, and the like.</li></ul><ul><li><strong>Easy process integration.</strong> The proxy can be transparently integrated into an existing manual security testing or interface QA processes without introducing a significant setup or operator training overhead.</li></ul><p
style="text-align: center;"><a
title="Ratproxy Passive Web Application Security Audit Tool" href="http://code.google.com/p/ratproxy/" target="_blank"><img
title="web-app-security" src="http://www.webappers.com/img/2008/07/web-app-security.png" alt="Web Application Security" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://code.google.com/p/ratproxy/" target="_blank">http://code.google.com/p/ratproxy/</a><br
/> License: <a
rel="nofollow" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a></p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/01/03/browser-security-handbook-for-web-application-developers/" rel="bookmark" title="January 3, 2009">Browser Security Handbook For Web Application Developers</a></li><li><a
href="http://www.webappers.com/2008/06/24/compare-traffic-with-google-trends-for-websites/" rel="bookmark" title="June 24, 2008">Compare Traffic with Google Trends for Websites</a></li><li><a
href="http://www.webappers.com/2008/05/25/modsecurity-open-source-web-application-firewall/" rel="bookmark" title="May 25, 2008">ModSecurity &#8211; Open Source Web Application Firewall</a></li><li><a
href="http://www.webappers.com/2007/11/08/psdtuts-with-most-practical-high-qaulity-photoshop-tutorials/" rel="bookmark" title="November 8, 2007">PSDtuts with Most Practical High Quality Photoshop Tutorials</a></li><li><a
href="http://www.webappers.com/2007/06/10/slimstat-open-source-extensive-analytics-program/" rel="bookmark" title="June 10, 2007">SlimStat &#8211; Open Source Extensive Analytics Program</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/07/05/ratproxy-passive-web-application-security-audit-tool/feed/</wfw:commentRss> </item> <item><title>ModSecurity &#8211; Open Source Web Application Firewall</title><link>http://www.webappers.com/2008/05/25/modsecurity-open-source-web-application-firewall/</link> <comments>http://www.webappers.com/2008/05/25/modsecurity-open-source-web-application-firewall/#comments</comments> <pubDate>Sun, 25 May 2008 07:01:55 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1085</guid> <description><![CDATA[
With over 70% of all attacks now carried out over the web application level, organisations need every help they can get in making their systems secure. Web application firewalls are deployed to establish an external security layer that increases security, detects, and prevents attacks before they reach web applications.
Web servers are typically well-equipped to log [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><a
title="ModSecuity - Open Source Web Application Firewall" href="http://www.modsecurity.org" target="_blank"><img
title="web-application-firewall" src="http://www.webappers.com/img/2008/05/web-application-firewall.png" alt="Open Source Web Application Firewall" /></a></p><p>With over 70% of all attacks now carried out over the web application level, organisations need every help they can get in making their systems secure. Web application firewalls are deployed to establish an external security layer that increases security, detects, and prevents attacks before they reach web applications.</p><p>Web servers are typically well-equipped to log traffic in a form useful for marketing analyses, but fall short when it comes to logging of traffic to web applications. In particular, most are not capable of logging the request bodies. <a
title="ModSecuity - Open Source Web Application Firewall" href="http://www.modsecurity.org" target="_blank">ModSecurity</a> makes full HTTP transaction logging possible, allowing complete requests and responses to be logged. Its logging facilities also allow fine-grained decisions to be made about exactly what is logged and when, ensure only the relevant data is recorded.</p><p>In addition to providing logging facilities, ModSecurity can monitor the HTTP traffic in real time in order to detect attacks. In this case ModSecurity operates as a web intrusion detection tool, allowing you to react to suspicious events that take place at your web systems.</p><p><a
title="ModSecuity - Open Source Web Application Firewall" href="http://www.modsecurity.org" target="_blank">ModSecurity v2.5</a> is now available. Some of the new features include: parallel text matching, Geo IP resolution, credit card number detection, support for content injection, automated rule updates, scripting, as well as many others.</p><blockquote><p>Requirements: -<br
/> Demo: <a
href="http://www.modsecurity.org" target="_blank">http://www.modsecurity.org</a><br
/> License: GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/04/10/google-app-engine-host-your-web-app-on-google/" rel="bookmark" title="April 10, 2008">Google App Engine &#8211; Host Your Web App on Google</a></li><li><a
href="http://www.webappers.com/2008/07/05/ratproxy-passive-web-application-security-audit-tool/" rel="bookmark" title="July 5, 2008">Ratproxy Passive Web Application Security Audit Tool</a></li><li><a
href="http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/" rel="bookmark" title="October 9, 2008">Seven habits for writing secure PHP applications</a></li><li><a
href="http://www.webappers.com/2008/09/04/vitamin-easy-automated-web-application-testing/" rel="bookmark" title="September 4, 2008">Vitamin: Easy Automated Web Application Testing</a></li><li><a
href="http://www.webappers.com/2009/08/22/phpsecinfo-security-information-about-php-environment/" rel="bookmark" title="August 22, 2009">PHPSecInfo &#8211; Security Information About PHP Environment</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/05/25/modsecurity-open-source-web-application-firewall/feed/</wfw:commentRss> </item> <item><title>reCAPTCHA Prevent Spam and Help Digitize Books</title><link>http://www.webappers.com/2007/10/13/recaptcha-prevent-spam-and-help-digitize-books/</link> <comments>http://www.webappers.com/2007/10/13/recaptcha-prevent-spam-and-help-digitize-books/#comments</comments> <pubDate>Sat, 13 Oct 2007 07:01:26 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/2007/10/13/recaptcha-prevent-spam-and-help-digitize-books/</guid> <description><![CDATA[A CAPTCHA is a program that can tell whether its user is a human or a computer. You&#8217;ve probably seen them — colorful images with distorted text at the bottom of Web registration forms. CAPTCHAs are used by many websites to prevent abuse from &#8220;bots,&#8221; or automated programs usually written to generate spam.
reCAPTCHA improves the [...]]]></description> <content:encoded><![CDATA[<p>A <strong>CAPTCHA</strong> is a program that can tell whether its user is a human or a computer. You&#8217;ve probably seen them — colorful images with distorted text at the bottom of Web registration forms. CAPTCHAs are used by many websites to prevent abuse from &#8220;bots,&#8221; or automated programs usually written to generate spam.</p><p><a
href="http://recaptcha.net/" title="reCAPTCHA" target="_blank">reCAPTCHA</a> improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA.</p><p>Each new word that cannot be read correctly by OCR is given to a user in conjunction with another word for which the answer is already known. The user is then asked to read both words. If they solve the one for which the answer is known, the system assumes their answer is correct for the new one. By using <a
href="http://recaptcha.net/" title="reCAPTCHA" target="_blank">reCAPTCHA</a>, you can protect your site from abuse and help digitize books at the same time.</p><p
style="text-align: center"><a
href="http://recaptcha.net/" title="reCAPTCHA" target="_blank"><img
src="http://www.webappers.com/img/2007/10/captcha.png" alt="captcha.png" /></a></p><blockquote><p>Requirements: No Requirements<br
/> Demo: <a
href="http://recaptcha.net/" title="Demo" target="_blank">http://recaptcha.net/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/09/29/open-source-php-captcha-for-your-forms/" rel="bookmark" title="September 29, 2009">Open Source PHP Captcha for Your Forms</a></li><li><a
href="http://www.webappers.com/2009/02/20/drag-and-drop-ajax-fancy-captcha-jquery-plugin/" rel="bookmark" title="February 20, 2009">Drag and Drop Ajax Fancy Captcha jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2007/07/09/ajax-captcha-validate-the-field-in-real-time/" rel="bookmark" title="July 9, 2007">Ajax CAPTCHA Validate the Field in Real Time</a></li><li><a
href="http://www.webappers.com/2008/05/22/25-resources-for-ornaments-fleurons-and-frilly-bits/" rel="bookmark" title="May 22, 2008">25 Resources for Ornaments, Fleurons and Frilly Bits</a></li><li><a
href="http://www.webappers.com/2008/01/19/amy-editor-text-and-source-code-editor-for-developers/" rel="bookmark" title="January 19, 2008">Amy Editor &#8211; Text and Source Code Editor for Developers</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2007/10/13/recaptcha-prevent-spam-and-help-digitize-books/feed/</wfw:commentRss> </item> </channel> </rss>
<!-- Served from: ps11300.dreamhostps.com @ 2009-11-20 23:26:03 by W3 Total Cache -->