99.6%
A+
Andrew Photo

Encrypting Passwords with PHP for Storage Using the RSA PBKDF2 Standard

By Andrew Johnson (archived Oct 3, 2009)
When creating password hashes for storage, many programmers will run a password through MD5 once and call it a day, rendering those hashes very susceptible to attack if they're discovered. In this article, you'll learn how to create stronger hashes with PHP by using the RSA ...
97%
A+
Andrew Photo

PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)

By Andrew Johnson (archived Jun 3, 2009)
The ability to encrypt and safeguard data is an essential ability that every serious web developer should have in their arsenal. In this article we'll explore encrypting data with PHP and MCrypt (libmcrypt), storing it in a database, retrieving it from a database and decrypt...

Requirements

Nickname
  Remember me.
Login
Close