Browsing articles in "Database Security"
Aug
1
2011

Data Encryption Using AES_ENCRYPT

Database security using AES encryption

Having databases contain information on subscribers, customers, clients, and the like is similar to playing russian roulette.  You’re never certain as to when the bullet comes!  Same principles apply to having your customer’s sensitive information yanked from your precious databases!  We all watch the news to see which company will have their customer details compromised next. Most recently, Sony has now had approximately 100 million accounts compromised, costing them upwards of $171 million dollars.  And […]

Jun
13
2011

Simplified Data Sanitizing

Data Sanitizing

Ever feel as though your copy-paste buttons are going to wear out because your form has 36 fields, and ALL that data has to be scrubbed clean and fully sanitized prior to database entry?  I feel your pain.  Actually, to be fair- I’ve felt your pain, but not anymore! Why do we need to sanitize and clean user input?  Because we can’t trust all users! Thanks to PHP’s handy ability to reference user created functions, […]