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 ...
98%
A+
Andrew Photo

Generating Session IDs and Random Passwords with PHP

By Andrew Johnson (archived Jun 16, 2009)
Whether it's session ids, passwords or tokens in general, in the world of web development the ability to generate random alpha-numeric strings is a necessity. In this article I present a few simple yet effective PHP functions that can be used to generate strong alpha, numeri...
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...
100%
A+
neeko Photo

Guide To Easy Logins With SSH On Linux

By Phil Dufault (archived Mar 25, 2009)
This is an article on SSH, the marvellous secure socket shell that can be used a myriad of remote login and file transfer ways. The focus of my article is the OpenSSH software package specifically: it's featureful, I am most familiar with it, and lastly (and most importantly...

Requirements

Nickname
  Remember me.
Login
Close