Tag Archives: password

PHP Tutorial : Secured encrypted passwords

Are you searching for a way to encrypt and secure a password or just a simple phrase? If the answer is yes, in php exists a lot of functions which does that, but the most popular is md5() encrypting function. … Continue reading

Posted in Basic PHP | Tagged , , , , , , | Leave a comment