Search Results

2
votes

How do I resize pngs with transparency in PHP?

The filling of the new image with a transparent colour is also required (as Dycey coded but I'm guessing forgot to mention :)), not just the 'strategic' saving by itself. IIRC, you also nee …
8
votes

What function to use to hash passwords in MySQL?

It's not necessarily that you shouldn't use MD5, as much it's that you shouldn't use just MD5, as this leaves you vulnerable to rainbow-table attacks (a rainbow table is a table of precomp …