//
archives

virtualbox

This tag is associated with 1 post

Handling unique images in SQL

I am working on a deep packet analysis problem right now and came back to an oldie but goodie that I thought I would share. A common security vulnerability with most web applications is their handling of images. Inexperienced developers will write uploaded images to disk instead of to a database. This design style allows … Continue reading