MAIN     ARCHIVES

Archive for June, 2008

How to encrypt user info with php

Monday, June 16th, 2008

If you run a serious webpage where you save login information for your members to a database it is generally a very good idea to perform some kind of encryption on these password to prevent the information to be shared in case your datebase would be hacked.

(more…)