<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/security</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 08:06:34 GMT</pubDate>
<item>
<title>(AutoIt) Quickly lock your PC and turn off the screen - deanhouseholder</title>
<link>http://snipplr.com/view/70807/quickly-lock-your-pc-and-turn-off-the-screen/</link>
<description><![CDATA[ <p>This is a AutoHotKey.com script.  It runs on Windows and allows you to lock your computer by simply hitting a single key combination and unlock it with a different one.  Download the whole script at the url listed.</p> ]]></description>
<pubDate>Tue, 16 Apr 2013 16:39:53 GMT</pubDate>
<guid>http://snipplr.com/view/70807/quickly-lock-your-pc-and-turn-off-the-screen/</guid>
</item>
<item>
<title>(SQL) Auditing SQL Server User and Role Permissions for Databases - edwinet</title>
<link>http://snipplr.com/view/70318/auditing-sql-server-user-and-role-permissions-for-databases/</link>
<description><![CDATA[ <p>The sysprotects system table reports all of the permissions granted or denied in a given database. We'll need to join it with sysusers and sysobjects to get all the information we need. Here's an example query that only pulls information on objects (no CREATE TABLE permissions or anything else at the database level)</p> ]]></description>
<pubDate>Fri, 08 Mar 2013 01:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/70318/auditing-sql-server-user-and-role-permissions-for-databases/</guid>
</item>
<item>
<title>(PHP) Custom Logging Site Events - COBOLdinosaur</title>
<link>http://snipplr.com/view/69663/custom-logging-site-events/</link>
<description><![CDATA[ <p>To keep up on important incidents on your site without having to dig through server logs the alternative can be custom logs.</p> ]]></description>
<pubDate>Sun, 27 Jan 2013 07:45:21 GMT</pubDate>
<guid>http://snipplr.com/view/69663/custom-logging-site-events/</guid>
</item>
<item>
<title>(Bash) Remove malicious code injection from .php files - tinytiger</title>
<link>http://snipplr.com/view/68662/remove-malicious-code-injection-from-php-files/</link>
<description><![CDATA[ <p>Using sed to recursively remove malicious code injection form .php files when the injected code follows the pattern </p> ]]></description>
<pubDate>Tue, 20 Nov 2012 23:00:17 GMT</pubDate>
<guid>http://snipplr.com/view/68662/remove-malicious-code-injection-from-php-files/</guid>
</item>
<item>
<title>(PHP) BCrypt - mladoux</title>
<link>http://snipplr.com/view/66740/bcrypt/</link>
<description><![CDATA[ <p>Only tested on PHP 5.4.4. Generates and verifies bcrypt hashes. Multibyte safe</p> ]]></description>
<pubDate>Wed, 15 Aug 2012 13:18:57 GMT</pubDate>
<guid>http://snipplr.com/view/66740/bcrypt/</guid>
</item>
<item>
<title>(PHP) Password storing/checking class. Keeping passwords safe. - ptodorov</title>
<link>http://snipplr.com/view/66073/password-storingchecking-class-keeping-passwords-safe/</link>
<description><![CDATA[ <p>Nice implementation of Blowfish for storing user passwords to prevent decryption when for example the user database is compromised. Origin: Burak Guzel@Nettuts</p> ]]></description>
<pubDate>Wed, 11 Jul 2012 16:48:14 GMT</pubDate>
<guid>http://snipplr.com/view/66073/password-storingchecking-class-keeping-passwords-safe/</guid>
</item>
<item>
<title>(PHP) mAuth - mladoux</title>
<link>http://snipplr.com/view/66031/mauth/</link>
<description><![CDATA[ <p>A simple user management library. It makes no attempt at handling sessions or cookies, I'll leave that part up to you. It's just a drop in that will allow you to create users, update passwords, and make sure that user supplied information is correct. Should easily integrate into any application setting that you might be able to think of. The library is completely database agnostic, as it makes use of the dbforge library to automatically generate databases on first use. As long as CodeIgniter supports the database, this library will work with it.</p> ]]></description>
<pubDate>Mon, 09 Jul 2012 07:10:11 GMT</pubDate>
<guid>http://snipplr.com/view/66031/mauth/</guid>
</item>
<item>
<title>(PHP) Remove WordPress version meta - klagraff</title>
<link>http://snipplr.com/view/65897/remove-wordpress-version-meta/</link>
<description><![CDATA[ <p>Insert this in functions.php to remove WordPress version from being output in the header source code</p> ]]></description>
<pubDate>Mon, 02 Jul 2012 02:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/65897/remove-wordpress-version-meta/</guid>
</item>
<item>
<title>(PHP) mBlog Authentication Library - mladoux</title>
<link>http://snipplr.com/view/65231/mblog-authentication-library/</link>
<description><![CDATA[ <p>mBlog Authentication Library
Mark LaDoux 

Inspired by the DBlog Authentication Library
David Behler 

 Handles authentication and authorization requests for mBlog.</p> ]]></description>
<pubDate>Mon, 28 May 2012 11:37:34 GMT</pubDate>
<guid>http://snipplr.com/view/65231/mblog-authentication-library/</guid>
</item>
<item>
<title>(PHP) Portable PHP Password Hashing Framework - Modified for CodeIgniter - mladoux</title>
<link>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</link>
<description><![CDATA[ <p>Modified by adding public and protected declarations, renamed PasswordHash
constructor to __construct. Adapted for use with CodeIgniter</p> ]]></description>
<pubDate>Mon, 28 May 2012 06:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</guid>
</item>
<item>
<title>(PHP) IP Blacklist Check Script - DNSBL</title>
<link>http://snipplr.com/view/64564/ip-blacklist-check-script/</link>
<description><![CDATA[ <p>Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button</p> ]]></description>
<pubDate>Sun, 15 Apr 2012 18:44:22 GMT</pubDate>
<guid>http://snipplr.com/view/64564/ip-blacklist-check-script/</guid>
</item>
<item>
<title>(SQL) Maps an existing database user to a SQL Server login. - edwinet</title>
<link>http://snipplr.com/view/60539/maps-an-existing-database-user-to-a-sql-server-login/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Nov 2011 07:47:25 GMT</pubDate>
<guid>http://snipplr.com/view/60539/maps-an-existing-database-user-to-a-sql-server-login/</guid>
</item>
<item>
<title>(Windows Registry) how to compare IE security zone settings - theonlyalterego</title>
<link>http://snipplr.com/view/59753/how-to-compare-ie-security-zone-settings/</link>
<description><![CDATA[ <p>IE Zone Analyzer allows comparing/importing/exporting of IE security zones</p> ]]></description>
<pubDate>Fri, 14 Oct 2011 04:36:48 GMT</pubDate>
<guid>http://snipplr.com/view/59753/how-to-compare-ie-security-zone-settings/</guid>
</item>
<item>
<title>(MySQL) Create user &amp;amp; grant privilege - athome</title>
<link>http://snipplr.com/view/59348/create-user--grant-privilege/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 03 Oct 2011 05:31:49 GMT</pubDate>
<guid>http://snipplr.com/view/59348/create-user--grant-privilege/</guid>
</item>
<item>
<title>(PHP) Cookie Class - mladoux</title>
<link>http://snipplr.com/view/55494/cookie-class/</link>
<description><![CDATA[ <p>HMAC cookie implementation based on BigOrNot_CookieManager by Mattieu Huguet. (http://bigornot.blogspot.com/2008/06/securing-cookies-php-implementation.html) Rewritten for clarity, updated for use with PHP 5 and Zend Framework dependencies removed by Mark A. LaDoux.</p> ]]></description>
<pubDate>Mon, 20 Jun 2011 14:09:11 GMT</pubDate>
<guid>http://snipplr.com/view/55494/cookie-class/</guid>
</item>
<item>
<title>(Apache) .htaccess protect directory - ropehead</title>
<link>http://snipplr.com/view/54399/htaccess-protect-directory/</link>
<description><![CDATA[ <p>also requires an .htpasswd file to be created in a secure directory</p> ]]></description>
<pubDate>Thu, 26 May 2011 07:04:15 GMT</pubDate>
<guid>http://snipplr.com/view/54399/htaccess-protect-directory/</guid>
</item>
<item>
<title>(C) .htaccess bot block and image theft - CKOink</title>
<link>http://snipplr.com/view/52633/htaccess-bot-block-and-image-theft/</link>
<description><![CDATA[ <p>Blocks bad bots, and image theft, allows visitors inside domains.</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 10:41:21 GMT</pubDate>
<guid>http://snipplr.com/view/52633/htaccess-bot-block-and-image-theft/</guid>
</item>
<item>
<title>(PHP) WP Email Encoder Bundle - freelancephp</title>
<link>http://snipplr.com/view/49005/wp-email-encoder-bundle/</link>
<description><![CDATA[ <p>Encode mailto links and (plain) email addresses on your site and hide them from spambots. Easy to use, plugin works directly when activated.

Features
* Protect all emails and mailto links
* Check posts, widgets, comments and RSS feeds
* Encode all kind of content (text and html)
* Email Encoder Form (in admin and also for your site)
* Use params in mailto links, like: cc, bcc, subject, body
* And more.</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 23:01:44 GMT</pubDate>
<guid>http://snipplr.com/view/49005/wp-email-encoder-bundle/</guid>
</item>
<item>
<title>(Apache) http basic auth - neoandroid</title>
<link>http://snipplr.com/view/47530/http-basic-auth/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Jan 2011 23:18:36 GMT</pubDate>
<guid>http://snipplr.com/view/47530/http-basic-auth/</guid>
</item>
<item>
<title>(Apache) http auth via mysql - neoandroid</title>
<link>http://snipplr.com/view/47529/http-auth-via-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Jan 2011 23:15:24 GMT</pubDate>
<guid>http://snipplr.com/view/47529/http-auth-via-mysql/</guid>
</item>
</channel>
</rss>