Are DES Encryption called "One Way Encryption" or "two way Encryption" ? Are there a PHP class or method to decrypt the DES Encryption ?
The php crypt function is a one-way hashing function, if you want to be able to decrypt, take a look at the mcrypt extension which supports a range of algorithms