Monday, May 17, 2010

Implementing One-way Encryption in PHP

Implementing One-way Encryption in PHP: "This article is a follow up to my previous article on PHP encryption techniques. To demonstrate one-way encryption in PHP, this article describes how to start building a secure online diary application. The one-way encryption will allow the diary to log a user in and generally encrypt the contents of the file that it loads."